mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
18c1c39d5e
Cubic Ninja waited for the frame to end by spinning on a loop calling GetSystemTick while doing nothing else. Since GetSystemTick doesn't cause a reschedule (which advances time), this meant that very little emulated time would pass inside that loop, causing the game to spend most of the frame burning away CPU. |
||
---|---|---|
.. | ||
citra | ||
citra_qt | ||
common | ||
core | ||
video_core | ||
CMakeLists.txt |