yuzu/src/video_core
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-03-16 18:00:42 -04:00
2022-03-25 03:05:56 +01:00
2022-03-19 15:01:31 -04:00
2022-02-01 01:47:28 +01:00