make nocashprint work from ARM code too.

fixes #315
This commit is contained in:
StapleButter
2018-12-31 20:58:58 +01:00
parent eec27ebf69
commit b6481a28ac
4 changed files with 18 additions and 4 deletions

View File

@ -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;