mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-08-30 20:20:33 +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.