GUI: Temporarily disable ROM detection

This commit is contained in:
Jeffrey Pfau 2015-12-29 07:25:44 -05:00
parent 8e5df9473d
commit 8ebe425e1c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}