Update RomLoader.cs
Thanks zeromus I forgot about that >__>
This commit is contained in:
parent
a83474d255
commit
0e37c12c4f
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue