Update RomLoader.cs

This commit is contained in:
alyosha-tas 2017-07-21 19:43:46 -04:00 committed by GitHub
parent abf60e57b8
commit 4b38d13ef4
1 changed files with 1 additions and 1 deletions

View File

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