Update RomLoader.cs

This commit is contained in:
alyosha-tas 2017-07-21 19:30:00 -04:00 committed by GitHub
parent 7a0295e48f
commit d8b13d21b8
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, gamedbpath);
: nextEmulator = new A7800Hawk(nextComm, game, rom.RomData, gamedbpathGetCoreSettings<A7800Hawk>(), GetCoreSyncSettings<A7800Hawk>());
}
break;