mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
If all else fails, look for data files (romlist.bin) in the current working direcoty.
This commit is contained in:
@ -186,6 +186,9 @@ FILE* OpenDataFile(const char* path)
|
||||
}
|
||||
free(fullpath);
|
||||
}
|
||||
|
||||
FILE* f = fopen(path, "rb");
|
||||
if (f) return f;
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user