mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-12 23:16:40 +00:00
boot: improve display init consistency
This commit is contained in:
parent
cf6b9de370
commit
9b11f1cb19
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ static void WaitDsiTrigger() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
svcSleepThread(5'000ul);
|
svcSleepThread(5'000'000ul);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void WaitDsiHostControl() {
|
static void WaitDsiHostControl() {
|
||||||
|
|
Loading…
Reference in a new issue