1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-10 06:01:52 +00:00

boot: improve display init consistency

This commit is contained in:
Michael Scire 2019-05-09 10:17:02 -07:00
parent cf6b9de370
commit 9b11f1cb19

View file

@ -208,7 +208,7 @@ static void WaitDsiTrigger() {
}
}
svcSleepThread(5'000ul);
svcSleepThread(5'000'000ul);
}
static void WaitDsiHostControl() {