all repos — mgba @ 8ebe425e1c212bcabbd9276b1cee4af0bde6afe5

mGBA Game Boy Advance Emulator

GUI: Temporarily disable ROM detection
Jeffrey Pfau jeffrey@endrift.com
Tue, 29 Dec 2015 07:25:44 -0500
commit

8ebe425e1c212bcabbd9276b1cee4af0bde6afe5

parent

8e5df9473d5f26057c9f37c9bf76362036f80795

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

jump to
M src/gba/gui/gui-runner.csrc/gba/gui/gui-runner.c

@@ -187,7 +187,7 @@ *GUIMenuItemListAppend(&pauseMenu.items) = (struct GUIMenuItem) { .title = "Exit game", .data = (void*) RUNNER_EXIT };

while (true) { char path[256]; - if (!GUISelectFile(&runner->params, path, sizeof(path), GBAIsROM)) { + if (!GUISelectFile(&runner->params, path, sizeof(path), 0)) { break; }