diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/NDSCart.cpp | 2 | ||||
-rw-r--r-- | src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp index c7ce0db..4bac343 100644 --- a/src/NDSCart.cpp +++ b/src/NDSCart.cpp @@ -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); diff --git a/src/version.h b/src/version.h index 25156b0..d1abc3f 100644 --- a/src/version.h +++ b/src/version.h @@ -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/" |