remove a likely old and senseless developer build check breaking the genesis cheat decoder command from the cheats dialog only (fixes #494)
This commit is contained in:
parent
a3ff5b0d8c
commit
5406fc9cfa
|
@ -794,7 +794,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
Load<GBGameGenie>();
|
||||
}
|
||||
else if (Global.Emulator.SystemId == "GEN" && VersionInfo.DeveloperBuild)
|
||||
else if (Global.Emulator.SystemId == "GEN")
|
||||
{
|
||||
Load<GenGameGenie>();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue