From 7d60049b8612b0f207ac48b2c93dee560d82bd6e Mon Sep 17 00:00:00 2001 From: nattthebear Date: Fri, 21 Apr 2017 22:04:09 -0400 Subject: [PATCH] remove leftover debuggign cruft --- .../Consoles/Nintendo/QuickNES/QuickNES.cs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.cs index b59a90bdab..0178bf8ceb 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/QuickNES/QuickNES.cs @@ -45,16 +45,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES { file = FixInesHeader(file); - unsafe - { - fixed (byte* p = file) - { - Console.WriteLine((IntPtr)p); - LibQuickNES.ThrowStringError(QN.qn_loadines(Context, file, file.Length)); - } - } - - + LibQuickNES.ThrowStringError(QN.qn_loadines(Context, file, file.Length)); InitSaveRamBuff(); InitSaveStateBuff();