From 2959d089fecb1a56261052b3733be280536b24f9 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Thu, 2 Nov 2023 15:31:26 +0100 Subject: [PATCH] fix weird hang when returning to the DSi menu --- src/DSi_NWifi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DSi_NWifi.cpp b/src/DSi_NWifi.cpp index 04b905a4..132936a6 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;