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