add BIOS and firmware to savestates

This commit is contained in:
Arisotura
2023-04-06 19:44:00 +02:00
parent ae531d343c
commit d02c677af5
2 changed files with 24 additions and 2 deletions

View File

@ -858,8 +858,8 @@ bool DoSavestate(Savestate* file)
file->VarArray(SharedWRAM, SharedWRAMSize);
file->VarArray(ARM7WRAM, ARM7WRAMSize);
//file->VarArray(ARM9BIOS, 0x1000);
//file->VarArray(ARM7BIOS, 0x4000);
file->VarArray(ARM9BIOS, 0x1000);
file->VarArray(ARM7BIOS, 0x4000);
file->VarArray(ExMemCnt, 2*sizeof(u16));
file->VarArray(ROMSeed0, 2*8);