aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_SD.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-07-03 00:07:51 +0200
committerArisotura <thetotalworm@gmail.com>2019-07-03 00:07:51 +0200
commitec042000cfa6b529569dccd5611efc5bfd73cd29 (patch)
tree402cd84570a258540af1dc42d7d4fa9f5c620e83 /src/DSi_SD.cpp
parent851e255b4099904b4784fa7e1c672f03e5ca531b (diff)
lay base for DSi wifi
Diffstat (limited to 'src/DSi_SD.cpp')
-rw-r--r--src/DSi_SD.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/DSi_SD.cpp b/src/DSi_SD.cpp
index 93431b5..6e73df5 100644
--- a/src/DSi_SD.cpp
+++ b/src/DSi_SD.cpp
@@ -20,6 +20,7 @@
#include <string.h>
#include "DSi.h"
#include "DSi_SD.h"
+#include "DSi_NWifi.h"
#include "Platform.h"
@@ -94,7 +95,9 @@ void DSi_SDHost::Reset()
}
else
{
- // TODO: SDIO (wifi)
+ DSi_NWifi* nwifi = new DSi_NWifi(this);
+
+ Ports[0] = nwifi;
}
}