remove leftover debuggign cruft
This commit is contained in:
parent
f3f9ad8e9b
commit
7d60049b86
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue