mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
fatal: SleepThread takes ns, not ticks
This commit is contained in:
parent
5649b6d63f
commit
6335d21901
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ void PowerButtonObserveTask::WaitForPowerButton() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Wait 100 ms between button checks. */
|
/* Wait 100 ms between button checks. */
|
||||||
svcSleepThread(TimeoutHelper::NsToTick(100000000UL));
|
svcSleepThread(100000000UL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue