diff --git a/stratosphere/fatal/source/fatal_task_power.cpp b/stratosphere/fatal/source/fatal_task_power.cpp index 2ebd2489e..88e934f53 100644 --- a/stratosphere/fatal/source/fatal_task_power.cpp +++ b/stratosphere/fatal/source/fatal_task_power.cpp @@ -102,7 +102,7 @@ void PowerButtonObserveTask::WaitForPowerButton() { } /* Wait 100 ms between button checks. */ - svcSleepThread(TimeoutHelper::NsToTick(100000000UL)); + svcSleepThread(100000000UL); } }