mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
savestate shito: fix compile errors.
still far from being finished, so avoid using unless you want to spawn blackholes or some pretty bad shit.
This commit is contained in:
@ -57,7 +57,7 @@ void Reset()
|
||||
DTCMSize = 0;
|
||||
}
|
||||
|
||||
void Savestate(Savestate* file)
|
||||
void DoSavestate(Savestate* file)
|
||||
{
|
||||
file->Section("CP15");
|
||||
|
||||
|
Reference in New Issue
Block a user