diff options
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r-- | src/NDS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp index 1a1714a..d2551dc 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -512,7 +512,7 @@ bool DoSavestate(Savestate* file) NDSCart::DoSavestate(file); GPU::DoSavestate(file); SPU::DoSavestate(file); - // SPI + SPI::DoSavestate(file); // RTC // wifi |