mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 21:31:00 -06:00
fix weird hang when returning to the DSi menu
This commit is contained in:
@ -908,7 +908,7 @@ void DSi_NWifi::HTC_Command()
|
|||||||
SendWMIEvent(1, 0x1006, regdomain_evt, 4);
|
SendWMIEvent(1, 0x1006, regdomain_evt, 4);
|
||||||
|
|
||||||
BootPhase = 2;
|
BootPhase = 2;
|
||||||
NDS::ScheduleEvent(NDS::Event_DSi_NWifi, true, 33611, MSTimer, 0);
|
NDS::ScheduleEvent(NDS::Event_DSi_NWifi, false, 33611, MSTimer, 0);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user