more complete fix to psx tracelogger delegate GC bug

This commit is contained in:
zeromus 2016-08-21 15:36:56 -05:00
parent cc8577c6b0
commit e7e4904c79
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ namespace BizHawk.Emulation.Cores.Sony.PSX
//prep tracer
if (Tracer.Enabled)
OctoshockDll.shock_SetTraceCallback(psx, IntPtr.Zero, ShockTraceCallback);
OctoshockDll.shock_SetTraceCallback(psx, IntPtr.Zero, trace_cb);
else
OctoshockDll.shock_SetTraceCallback(psx, IntPtr.Zero, null);