mirror of https://github.com/mgba-emu/mgba.git
GUI: Temporarily disable ROM detection
This commit is contained in:
parent
8e5df9473d
commit
8ebe425e1c
|
@ -187,7 +187,7 @@ void GBAGUIRunloop(struct GBAGUIRunner* runner) {
|
|||
|
||||
while (true) {
|
||||
char path[256];
|
||||
if (!GUISelectFile(&runner->params, path, sizeof(path), GBAIsROM)) {
|
||||
if (!GUISelectFile(&runner->params, path, sizeof(path), 0)) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue