Perf: Fix perf port crashing with some implementations of strlen
Jeffrey Pfau jeffrey@endrift.com
Sun, 16 Nov 2014 20:26:39 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/perf-main.c
→
src/platform/perf-main.c
@@ -47,7 +47,7 @@ .opts = &perfOpts
}; struct GBAConfig config; - GBAConfigInit(&config, 0); + GBAConfigInit(&config, "perf"); struct GBAOptions opts = {}; struct GBAArguments args = {};