From cbcecc8cdb39048732941a64f8c6e5f11e124bbf Mon Sep 17 00:00:00 2001 From: StapleButter Date: Fri, 19 Oct 2018 01:05:19 +0200 Subject: [PATCH] don't store BIOS in savestates. no point doing so. --- src/NDS.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/NDS.cpp b/src/NDS.cpp index 6a83bcf7..33b1a79f 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -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);