fix weird hang when returning to the DSi menu

This commit is contained in:
Arisotura 2023-11-02 15:31:26 +01:00
parent bff7a0d114
commit 2959d089fe
1 changed files with 1 additions and 1 deletions

View File

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