remove leftover debuggign cruft

This commit is contained in:
nattthebear 2017-04-21 22:04:09 -04:00
parent f3f9ad8e9b
commit 7d60049b86
1 changed files with 1 additions and 10 deletions

View File

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