fix default save detection

This commit is contained in:
Sonic Dreamcaster 2024-11-23 20:49:30 -03:00
parent 9347059776
commit 3a9d45b515

View File

@ -51,9 +51,11 @@ s32 Save_Read(void) {
OSMesg* sp24; OSMesg* sp24;
s32 i; s32 i;
if(!Save_ReadData()){ //if(!Save_ReadData()) {
return 0; // return 0;
} //}
Save_ReadData();
gSaveFile = gSaveIOBuffer; gSaveFile = gSaveIOBuffer;