Cemu/src/Cafe
Exzap 80b1c50b50 coreinit: Fix thread scheduler not resetting quantum
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.
2023-02-22 13:37:14 +01:00
..
Account Code clean up + replace some wstring instances with utf8 (#640) 2023-01-29 13:53:31 +01:00
Filesystem coreinit: Correctly return success code in FSRemove 2023-01-28 10:05:29 +00:00
GameProfile Fix encoding error in input profile filenames 2022-10-12 14:27:01 +02:00
GraphicPack Code clean up + replace some wstring instances with utf8 (#640) 2023-01-29 13:53:31 +01:00
HW Latte: Add support for MIN_DX10 shader instruction 2023-02-22 13:37:14 +01:00
IOSU Logging: Add TextureReadback logtype and clean up code 2023-01-27 09:57:10 +00:00
OS coreinit: Fix thread scheduler not resetting quantum 2023-02-22 13:37:14 +01:00
TitleList Code clean up + replace some wstring instances with utf8 (#640) 2023-01-29 13:53:31 +01:00
CafeSystem.cpp Add GDB stub for debugging (#657) 2023-02-19 15:41:49 +01:00
CafeSystem.h Misc. Linux improvements and bug fixes. (#121) 2022-09-01 20:46:20 +02:00
CMakeLists.txt Add GDB stub for debugging (#657) 2023-02-19 15:41:49 +01:00
GamePatch.cpp Code clean up + replace some wstring instances with utf8 (#640) 2023-01-29 13:53:31 +01:00
GamePatch.h Add all the files 2022-08-22 22:21:23 +02:00