mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-02 11:59:10 +12:00
Remove thread sleepTick/waitingNs
This commit is contained in:
parent
99a1a0133d
commit
491b415759
4 changed files with 37 additions and 58 deletions
|
@ -393,8 +393,6 @@ void Kernel::sleepThread(s64 ns) {
|
|||
Thread& t = threads[currentThreadIndex];
|
||||
|
||||
t.status = ThreadStatus::WaitSleep;
|
||||
t.waitingNanoseconds = ns;
|
||||
t.sleepTick = cpu.getTicks();
|
||||
t.wakeupTick = getWakeupTick(ns);
|
||||
|
||||
requireReschedule();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue