mirror of https://github.com/mgba-emu/mgba.git
Perf: Fix perf port crashing with some implementations of strlen
This commit is contained in:
parent
938c9e965d
commit
9176260044
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in New Issue