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:
zeromus 2015-09-10 16:57:59 -05:00
parent a3ff5b0d8c
commit 5406fc9cfa
1 changed files with 1 additions and 1 deletions

View File

@ -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>();
}