From 805ff14cc0f5179eb6c94c8a682f2a377e4c0c97 Mon Sep 17 00:00:00 2001 From: goyuken Date: Sat, 23 Aug 2014 19:20:16 +0000 Subject: [PATCH] (i didn't spot this typo at first because of other typos stopping the build) --- 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 1e142486b3..2e324d8e28 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -415,7 +415,7 @@ namespace BizHawk.Client.Common if (core != null) { // use coreinventory - nextEmulator = core.Create(nextComm, game, rom.RomData, null, Deterministic, GetCoreSettings(core.Type), GetCoreSyncSettings(core.Type)); + nextEmulator = core.Create(nextComm, game, rom.RomData, Deterministic, GetCoreSettings(core.Type), GetCoreSyncSettings(core.Type)); } }