GUI: Temporarily disable ROM detection
Jeffrey Pfau jeffrey@endrift.com
Tue, 29 Dec 2015 07:25:44 -0500
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/gba/gui/gui-runner.c
→
src/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; }