From e84d66dc646390551c495bcb19cbdecc185c5069 Mon Sep 17 00:00:00 2001 From: StapleButter <thetotalworm@gmail.com> Date: Tue, 11 Dec 2018 21:52:21 +0100 Subject: use melon_fopen_local() for romlist.bin. bump version number up. --- src/NDSCart.cpp | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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/" -- cgit v1.2.3