mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
maybe things wouldn't be weird if you initialized your fucking variables, Arisotura
This commit is contained in:
@ -67,6 +67,7 @@ EmuInstance::EmuInstance(int inst) : instanceID(inst),
|
||||
localCfg(Config::GetLocalTable(inst))
|
||||
{
|
||||
cheatFile = nullptr;
|
||||
cheatsOn = localCfg.GetBool("EnableCheats");
|
||||
|
||||
doLimitFPS = globalCfg.GetBool("LimitFPS");
|
||||
maxFPS = globalCfg.GetInt("MaxFPS");
|
||||
|
Reference in New Issue
Block a user