fix auto-loading of Nes GG dialog on quicknes
This commit is contained in:
parent
e86ff9d25a
commit
768b940cfc
|
@ -307,7 +307,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
GlobalWin.Tools.Load<NESDebugger>();
|
GlobalWin.Tools.Load<NESDebugger>();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Global.Config.NESGGAutoload && Global.Emulator is NES)
|
if (Global.Config.NESGGAutoload && Global.Emulator.SystemId == "NES")
|
||||||
{
|
{
|
||||||
GlobalWin.Tools.LoadGameGenieEc();
|
GlobalWin.Tools.LoadGameGenieEc();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue