From eec27ebf6967d2100924fd79563702ef456a56b6 Mon Sep 17 00:00:00 2001 From: StapleButter Date: Mon, 31 Dec 2018 14:19:02 +0100 Subject: oops --- src/NDSCart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp index b0cc378..e102af3 100644 --- a/src/NDSCart.cpp +++ b/src/NDSCart.cpp @@ -134,7 +134,7 @@ void LoadSave(const char* path, u32 type) } else { - if (type > 8) type = 0; + if (type > 9) type = 0; int sramlen[] = {0, 512, 8192, 65536, 128*1024, 256*1024, 512*1024, 1024*1024, 8192*1024, 32768*1024}; SRAMLength = sramlen[type]; -- cgit v1.2.3