mirror of https://github.com/mgba-emu/mgba.git
GUI: Disable filtering again, still broken
This commit is contained in:
parent
f59fe8248f
commit
0bb45dad0d
|
@ -360,7 +360,7 @@ void GBAGUIRun(struct GBAGUIRunner* runner, const char* path) {
|
|||
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);
|
||||
|
|
Loading…
Reference in New Issue