Null out frameCallback on perf-main
Jeffrey Pfau jeffrey@endrift.com
Tue, 21 Jan 2014 21:16:04 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/perf-main.c
→
src/platform/perf-main.c
@@ -42,6 +42,7 @@ context.sync.videoFrameWait = 0;
context.sync.audioWait = 0; context.startCallback = 0; context.cleanCallback = 0; + context.frameCallback = 0; _thread = &context; GBAThreadStart(&context);