mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-03 23:42:19 +00:00
Change construction of ModConfigQueueSaveMod.
This commit is contained in:
parent
e2a4464726
commit
626b2b90c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1324,7 +1324,7 @@ void recomp::mods::ModContext::set_mod_config_value(size_t mod_index, const std:
|
||||||
}
|
}
|
||||||
|
|
||||||
// Notify the asynchronous thread it should save the configuration for this mod.
|
// Notify the asynchronous thread it should save the configuration for this mod.
|
||||||
mod_configuration_thread_queue.enqueue(ModConfigQueueSaveMod(mod.manifest.mod_id));
|
mod_configuration_thread_queue.enqueue(ModConfigQueueSaveMod{ mod.manifest.mod_id });
|
||||||
}
|
}
|
||||||
|
|
||||||
void recomp::mods::ModContext::set_mod_config_value(const std::string &mod_id, const std::string &option_id, const ConfigValueVariant &value) {
|
void recomp::mods::ModContext::set_mod_config_value(const std::string &mod_id, const std::string &option_id, const ConfigValueVariant &value) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue