all repos — mgba @ 0bb45dad0ded73335f30d09c5f06e1716c4b4e93

mGBA Game Boy Advance Emulator

GUI: Disable filtering again, still broken
Jeffrey Pfau jeffrey@endrift.com
Sun, 03 Jan 2016 16:56:44 -0800
commit

0bb45dad0ded73335f30d09c5f06e1716c4b4e93

parent

f59fe8248feee55975dc842ea56acdff3ba3efe4

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

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

@@ -360,7 +360,7 @@

void GBAGUIRunloop(struct GBAGUIRunner* runner) { while (true) { char path[PATH_MAX]; - if (!GUISelectFile(&runner->params, path, sizeof(path), GBAIsROM)) { + if (!GUISelectFile(&runner->params, path, sizeof(path), 0)) { break; } GBAGUIRun(runner, path);