Update RomLoader.cs
This commit is contained in:
parent
7a0295e48f
commit
d8b13d21b8
|
@ -948,7 +948,7 @@ namespace BizHawk.Client.Common
|
||||||
{
|
{
|
||||||
nextEmulator = Global.Config.A78_UseEmu7800
|
nextEmulator = Global.Config.A78_UseEmu7800
|
||||||
? nextEmulator = new Atari7800(nextComm, game, rom.RomData, gamedbpath)
|
? nextEmulator = new Atari7800(nextComm, game, rom.RomData, gamedbpath)
|
||||||
: nextEmulator = new A7800Hawk(nextComm, game, rom.RomData, gamedbpath);
|
: nextEmulator = new A7800Hawk(nextComm, game, rom.RomData, gamedbpathGetCoreSettings<A7800Hawk>(), GetCoreSyncSettings<A7800Hawk>());
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue