aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index 6a83bcf..33b1a79 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);