maybe things wouldn't be weird if you initialized your fucking variables, Arisotura
This commit is contained in:
parent
03d5c2516c
commit
28e4d39363
|
@ -67,6 +67,7 @@ EmuInstance::EmuInstance(int inst) : instanceID(inst),
|
||||||
localCfg(Config::GetLocalTable(inst))
|
localCfg(Config::GetLocalTable(inst))
|
||||||
{
|
{
|
||||||
cheatFile = nullptr;
|
cheatFile = nullptr;
|
||||||
|
cheatsOn = localCfg.GetBool("EnableCheats");
|
||||||
|
|
||||||
doLimitFPS = globalCfg.GetBool("LimitFPS");
|
doLimitFPS = globalCfg.GetBool("LimitFPS");
|
||||||
maxFPS = globalCfg.GetInt("MaxFPS");
|
maxFPS = globalCfg.GetInt("MaxFPS");
|
||||||
|
|
Loading…
Reference in New Issue