From 0e37c12c4f9720dfe991cd1cbaa7f4f42534a27a Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sun, 27 Aug 2017 14:08:29 -0400 Subject: [PATCH] Update RomLoader.cs Thanks zeromus I forgot about that >__> --- BizHawk.Client.Common/RomLoader.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BizHawk.Client.Common/RomLoader.cs b/BizHawk.Client.Common/RomLoader.cs index a0124e1e3d..113a52a2db 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -919,8 +919,7 @@ namespace BizHawk.Client.Common case "GBC": if (!Global.Config.GB_AsSGB) { - //core = CoreInventory.Instance["GB", "Gambatte"]; - core = CoreInventory.Instance["GB", "GBHawk"]; + core = CoreInventory.Instance["GB", "Gambatte"]; } else {