From 8c2e4d7f76ee6798a9c6536d6fbbc9ff4a894481 Mon Sep 17 00:00:00 2001 From: goyuken Date: Fri, 1 Aug 2014 15:04:20 +0000 Subject: [PATCH] woops --- BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs index 4cd714ae6c..774f34214f 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs @@ -316,6 +316,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES public LibsnesCore(GameInfo game, byte[] romData, bool deterministicEmulation, byte[] xmlData, CoreComm comm, object Settings, object SyncSettings) { + CoreComm = comm; byte[] sgbRomData = null; if (game["SGB"]) { @@ -327,7 +328,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES this.Settings = (SnesSettings)Settings ?? new SnesSettings(); this.SyncSettings = (SnesSyncSettings)SyncSettings ?? new SnesSyncSettings(); - CoreComm = comm; api = new LibsnesApi(GetExePath()); api.CMD_init();