mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Add a UNIX_PORTABLE build option, turning it off makes a build of melonDS suitable for systemwide installation.
This commit is contained in:
@ -815,7 +815,7 @@ bool ReadROMParams(u32 gamecode, u32* params)
|
||||
// [gamecode] [ROM size] [save type] [reserved]
|
||||
// list must be sorted by gamecode
|
||||
|
||||
FILE* f = Platform::OpenLocalFile("romlist.bin", "rb");
|
||||
FILE* f = Platform::OpenDataFile("romlist.bin");
|
||||
if (!f) return false;
|
||||
|
||||
fseek(f, 0, SEEK_END);
|
||||
|
Reference in New Issue
Block a user