aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-10-18 03:22:53 +0200
committerStapleButter <thetotalworm@gmail.com>2018-10-18 03:22:53 +0200
commit20862b7daf137c91552ebb40dad27846e596b1d7 (patch)
tree50cf875e87f541ebe44a853550e09f844fcdd2a4 /src/NDS.cpp
parentf51e1ec80583a6b0a391150668371b3eb902804a (diff)
aight, wifi done
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp2
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)
{