From 9b11f1cb19abd480e6528fa9ad823175e384ad10 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 9 May 2019 10:17:02 -0700 Subject: [PATCH] boot: improve display init consistency --- stratosphere/boot/source/boot_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/boot/source/boot_display.cpp b/stratosphere/boot/source/boot_display.cpp index 51fc0aa9a..53ff13f76 100644 --- a/stratosphere/boot/source/boot_display.cpp +++ b/stratosphere/boot/source/boot_display.cpp @@ -208,7 +208,7 @@ static void WaitDsiTrigger() { } } - svcSleepThread(5'000ul); + svcSleepThread(5'000'000ul); } static void WaitDsiHostControl() {