1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-07-27 21:30:24 +00:00
ameerj 3e489782e1 gl_rasterizer: Avoid scenario locking already owned mutex
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.
2022-03-28 20:35:15 -04:00
..
2022-01-12 00:36:20 +01:00
2022-01-12 00:36:20 +01:00