mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-02-18 11:06:23 +01:00
![Exzap](/assets/img/avatar_default.png)
When a thread was force-rescheduled (e.g. via OSYieldThread) the next time it resumed it would not reset the time slice duration (remainingCycles) back to ppcThreadQuantum. As a consequence threads were often immediately rescheduled and only on the next turn they would get their full time slice. Aside from (very slightly) improving performance, this also fixes the OSDisableInterrupts warning spam in the log for TPHD.