mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Update comment
This commit is contained in:
parent
491b415759
commit
8ff2d7f9b2
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ std::optional<int> Kernel::getNextThread() {
|
|||
}
|
||||
|
||||
u64 Kernel::getWakeupTick(s64 ns) {
|
||||
// Timeout == -1 means that the thread doesn't plan on waking up automatically
|
||||
if (ns == -1) {
|
||||
return std::numeric_limits<u64>::max();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue