From 4b38d13ef4a5a61cb62a37baf6b1959032118d4c Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Fri, 21 Jul 2017 19:43:46 -0400 Subject: [PATCH] Update RomLoader.cs --- BizHawk.Client.Common/RomLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/RomLoader.cs b/BizHawk.Client.Common/RomLoader.cs index 7e16f579cf..ae69793fbf 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -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(), GetCoreSyncSettings()); + : nextEmulator = new A7800Hawk(nextComm, game, rom.RomData, gamedbpath, GetCoreSettings(), GetCoreSyncSettings()); } break;