fix supergameboy
This commit is contained in:
parent
6d981c73e1
commit
80707ebc53
|
@ -365,7 +365,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
|
|||
|
||||
CurrLoadParams = new LoadParams()
|
||||
{
|
||||
type = LoadParamType.Normal,
|
||||
type = LoadParamType.SuperGameBoy,
|
||||
rom_xml = null,
|
||||
rom_data = sgbRomData,
|
||||
rom_size = (uint)sgbRomData.Length,
|
||||
|
|
Loading…
Reference in New Issue