fix auto-loading of Nes GG dialog on quicknes

This commit is contained in:
adelikat 2014-01-07 00:56:50 +00:00
parent e86ff9d25a
commit 768b940cfc
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ namespace BizHawk.Client.EmuHawk
GlobalWin.Tools.Load<NESDebugger>();
}
if (Global.Config.NESGGAutoload && Global.Emulator is NES)
if (Global.Config.NESGGAutoload && Global.Emulator.SystemId == "NES")
{
GlobalWin.Tools.LoadGameGenieEc();
}