mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-21 17:40:05 +00:00

gpu.TickWork() may lock the texture_cache and buffer_cache mutexes, which are owned by the thread prior to invoking TickWork(). Defer invoking gpu.TickWork() until the scope ends, where the owned mutexes are released.