mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-05 01:01:00 +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.