This commit is contained in:
Arisotura 2021-05-01 15:06:08 +02:00
parent f219318292
commit 33a1bd3ac3
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ void CartRetail::LoadSave(const char* path, u32 type)
strncpy(SRAMPath, path, 1023); strncpy(SRAMPath, path, 1023);
SRAMPath[1023] = '\0'; SRAMPath[1023] = '\0';
if (type > 9) type = 0; if (type > 10) type = 0;
int sramlen[] = int sramlen[] =
{ {
0, 0,