mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-05-11 22:10:08 +00:00

- Considering is_thread_waiting is never set, so we can remove IsThreadWaiting. - KThread::EndWait will take the scheduler lock, so we can remove the redundant lock.