This commit is contained in:
goyuken 2014-08-01 15:04:20 +00:00
parent 56467334b3
commit 8c2e4d7f76
1 changed files with 1 additions and 1 deletions

View File

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