all repos — mgba @ 91762600448c41175b63a0a8e9424cfdd18c5f5a

mGBA Game Boy Advance Emulator

Perf: Fix perf port crashing with some implementations of strlen
Jeffrey Pfau jeffrey@endrift.com
Sun, 16 Nov 2014 20:26:39 -0800
commit

91762600448c41175b63a0a8e9424cfdd18c5f5a

parent

938c9e965d14e6867f165b3be3391b0c15484bf5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/perf-main.csrc/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 = {};