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 27356b2..1a1714a 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -511,7 +511,7 @@ bool DoSavestate(Savestate* file) NDSCart::DoSavestate(file); GPU::DoSavestate(file); - // SPU + SPU::DoSavestate(file); // SPI // RTC // wifi |