some more small fry

This commit is contained in:
Arisotura
2024-05-24 19:19:23 +02:00
parent b5cc5a2cf7
commit a7bce8e233
9 changed files with 39 additions and 23 deletions

View File

@ -68,6 +68,10 @@ EmuInstance::EmuInstance(int inst) : instanceID(inst),
{
cheatFile = nullptr;
doLimitFPS = globalCfg.GetBool("LimitFPS");
maxFPS = globalCfg.GetInt("MaxFPS");
doAudioSync = globalCfg.GetBool("AudioSync");
nds = nullptr;
updateConsole(nullptr, nullptr);