From affe1c084f910f3e24befbc35540566a466c34fd Mon Sep 17 00:00:00 2001 From: StapleButter Date: Wed, 12 Dec 2018 03:18:14 +0100 Subject: can't hurt to fix that, either, I guess --- src/NDSCart.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp index 4bac343..cca5cfa 100644 --- a/src/NDSCart.cpp +++ b/src/NDSCart.cpp @@ -134,6 +134,7 @@ void LoadSave(const char* path, u32 type) } else { + if (type > 8) type = 0; int sramlen[] = {0, 512, 8192, 65536, 256*1024, 512*1024, 1024*1024, 8192*1024, 32768*1024}; SRAMLength = sramlen[type]; -- cgit v1.2.3