summaryrefslogtreecommitdiff
path: root/src/input_common/input_engine.cpp
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-28 20:26:11 -0400
committerGravatar ameerj2022-03-28 20:35:15 -0400
commit3e489782e1861dcdd750cf99328bda3bc80e933b (patch)
tree04509813b4509c2704e7c85d7eebbd1e909c5344 /src/input_common/input_engine.cpp
parentMerge pull request #8098 from merryhime/ic-ivau (diff)
downloadyuzu-3e489782e1861dcdd750cf99328bda3bc80e933b.tar.gz
yuzu-3e489782e1861dcdd750cf99328bda3bc80e933b.tar.xz
yuzu-3e489782e1861dcdd750cf99328bda3bc80e933b.zip
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.
Diffstat (limited to 'src/input_common/input_engine.cpp')
0 files changed, 0 insertions, 0 deletions