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 0280c39..6a83bcf 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -527,7 +527,7 @@ bool DoSavestate(Savestate* file) SPU::DoSavestate(file); SPI::DoSavestate(file); RTC::DoSavestate(file); - // wifi + Wifi::DoSavestate(file); if (!file->Saving) { |