Perf: Fix perf port crashing with some implementations of strlen

This commit is contained in:
Jeffrey Pfau 2014-11-16 20:26:39 -08:00
parent 938c9e965d
commit 9176260044
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ int main(int argc, char** argv) {
};
struct GBAConfig config;
GBAConfigInit(&config, 0);
GBAConfigInit(&config, "perf");
struct GBAOptions opts = {};
struct GBAArguments args = {};