lay base for DSi wifi

This commit is contained in:
Arisotura
2019-07-03 00:07:51 +02:00
parent 851e255b40
commit ec042000cf
4 changed files with 94 additions and 1 deletions

View File

@ -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;
}
}