mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
lay base for DSi wifi
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user