aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2023-11-02 15:31:26 +0100
committerArisotura <thetotalworm@gmail.com>2023-11-02 15:31:26 +0100
commit2959d089fecb1a56261052b3733be280536b24f9 (patch)
tree4d11dbd04bba1184eb587c13b39922d09da56386 /src
parentbff7a0d1148026876871ac2b6133823a044614dc (diff)
fix weird hang when returning to the DSi menu
Diffstat (limited to 'src')
-rw-r--r--src/DSi_NWifi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DSi_NWifi.cpp b/src/DSi_NWifi.cpp
index 04b905a..132936a 100644
--- a/src/DSi_NWifi.cpp
+++ b/src/DSi_NWifi.cpp
@@ -908,7 +908,7 @@ void DSi_NWifi::HTC_Command()
SendWMIEvent(1, 0x1006, regdomain_evt, 4);
BootPhase = 2;
- NDS::ScheduleEvent(NDS::Event_DSi_NWifi, true, 33611, MSTimer, 0);
+ NDS::ScheduleEvent(NDS::Event_DSi_NWifi, false, 33611, MSTimer, 0);
}
break;