diff options
Diffstat (limited to 'src/Wifi.cpp')
-rw-r--r-- | src/Wifi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wifi.cpp b/src/Wifi.cpp index 0e73422..596c9f0 100644 --- a/src/Wifi.cpp +++ b/src/Wifi.cpp @@ -1350,7 +1350,7 @@ void Write(u32 addr, u16 val) if ((IOPORT(W_PowerUS) & 0x0001) && !(val & 0x0001)) { printf("WIFI ON\n"); - NDS::ScheduleEvent(NDS::Event_Wifi, true, 33, USTimer, 0); + NDS::ScheduleEvent(NDS::Event_Wifi, false, 33, USTimer, 0); if (!MPInited) { Platform::MP_Init(); |