Update RomLoader.cs

Thanks zeromus I forgot about that >__>
This commit is contained in:
alyosha-tas 2017-08-27 14:08:29 -04:00 committed by GitHub
parent a83474d255
commit 0e37c12c4f
1 changed files with 1 additions and 2 deletions

View File

@ -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
{