expose snes9x in release builds

This commit is contained in:
adelikat 2017-06-12 17:41:14 -05:00
parent f6f8a5571c
commit b38237a3fc
1 changed files with 1 additions and 1 deletions

View File

@ -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"];
}