mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 22:29:47 -06:00
moar working now.
This commit is contained in:
@ -160,6 +160,8 @@ void Savestate::Section(char* magic)
|
||||
fseek(file, pos, SEEK_SET);
|
||||
}
|
||||
|
||||
CurSection = (u32)ftell(file);
|
||||
|
||||
fwrite(magic, 4, 1, file);
|
||||
fseek(file, 12, SEEK_CUR);
|
||||
}
|
||||
@ -185,7 +187,7 @@ void Savestate::Section(char* magic)
|
||||
continue;
|
||||
}
|
||||
|
||||
fseek(file, 8, SEEK_CUR);
|
||||
fseek(file, 12, SEEK_CUR);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user