From b38237a3fcf20f46152965207d4c41967ccfac5d Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 12 Jun 2017 17:41:14 -0500 Subject: [PATCH] expose snes9x in release builds --- BizHawk.Client.Common/RomLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/RomLoader.cs b/BizHawk.Client.Common/RomLoader.cs index dba6b90155..aaf4251a7b 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -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"]; }