don't store BIOS in savestates. no point doing so.

This commit is contained in:
StapleButter 2018-10-19 01:05:19 +02:00
parent cf3a71a247
commit cbcecc8cdb
1 changed files with 0 additions and 3 deletions

View File

@ -456,9 +456,6 @@ bool DoSavestate(Savestate* file)
{
file->Section("NDSG");
file->VarArray(ARM9BIOS, 0x1000);
file->VarArray(ARM7BIOS, 0x4000);
file->VarArray(MainRAM, 0x400000);
file->VarArray(SharedWRAM, 0x8000);
file->VarArray(ARM7WRAM, 0x10000);