mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
use melon_fopen_local() for romlist.bin.
bump version number up.
This commit is contained in:
@ -806,7 +806,7 @@ bool ReadROMParams(u32* params)
|
||||
// [CRC32] [ROM size] [save type] [reserved]
|
||||
// list must be sorted by CRC
|
||||
|
||||
FILE* f = fopen("romlist.bin", "rb");
|
||||
FILE* f = melon_fopen_local("romlist.bin", "rb");
|
||||
if (!f) return false;
|
||||
|
||||
fseek(f, 0, SEEK_END);
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define MELONDS_VERSION "0.7"
|
||||
#define MELONDS_VERSION "0.7.1"
|
||||
|
||||
#define MELONDS_URL "http://melonds.kuribo64.net/"
|
||||
|
||||
|
Reference in New Issue
Block a user