mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
some more small fry
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user