diff options
author | StapleButter <thetotalworm@gmail.com> | 2018-10-18 03:22:53 +0200 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2018-10-18 03:22:53 +0200 |
commit | 20862b7daf137c91552ebb40dad27846e596b1d7 (patch) | |
tree | 50cf875e87f541ebe44a853550e09f844fcdd2a4 /src/NDS.cpp | |
parent | f51e1ec80583a6b0a391150668371b3eb902804a (diff) |
aight, wifi done
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) { |