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() {