expose snes9x in release builds
This commit is contained in:
parent
f6f8a5571c
commit
b38237a3fc
|
@ -765,7 +765,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
break;
|
||||
case "SNES":
|
||||
if (Global.Config.SNES_InSnes9x && VersionInfo.DeveloperBuild)
|
||||
if (Global.Config.SNES_InSnes9x)
|
||||
{
|
||||
core = CoreInventory.Instance["SNES", "Snes9x"];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue