aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/NDSCart.cpp1
1 files changed, 1 insertions, 0 deletions
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];