diff options
Diffstat (limited to 'src/NDSCart.cpp')
-rw-r--r-- | src/NDSCart.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp index e102af3..a47b7ac 100644 --- a/src/NDSCart.cpp +++ b/src/NDSCart.cpp @@ -76,9 +76,6 @@ void DoSavestate(Savestate* file) // we reload the SRAM contents. // it should be the same file (as it should be the same ROM, duh) // but the contents may change - // TODO maybe: possibility to save to a separate file when using savestates???? - - // also the SRAM size shouldn't change. unless something something autodetect something but fuck that code. //if (!file->Saving && SRAMLength) // delete[] SRAM; |