From c772bc4941fc06b4d96686f735852eda6db2d90b Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 3 Jun 2017 09:28:43 -0500 Subject: [PATCH] make snes9x the default snes core --- BizHawk.Client.Common/config/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs index 06b58e72ec..628f70b459 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -535,7 +535,7 @@ namespace BizHawk.Client.Common // it hasn't been absorbed into the new system public bool GB_AsSGB = false; public bool NES_InQuickNES = true; - public bool SNES_InSnes9x = false; + public bool SNES_InSnes9x = true; public bool GBA_UsemGBA = false; public bool A78_UseEmu7800 = true; public bool CoreForcingViaGameDB = true;