mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
Change construction of ModConfigQueueSaveMod.
This commit is contained in:
parent
21bea3b0d1
commit
8147964aa5
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.
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue