summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.cpp
diff options
context:
space:
mode:
authorBehunin <l3ehunin@gmail.com>2023-02-08 01:21:17 +0100
committerBehunin <l3ehunin@gmail.com>2023-02-08 01:21:17 +0100
commit8551ac60080451f2defd3fead38abf331a48f964 (patch)
treeb9cc5d32be6861f48b4173a0a31dbe8823e79c08 /src/video_core/gpu.cpp
parentMerge pull request #4949 from Morph1984/hidpi-temp-fix (diff)
downloadyuzu-8551ac60080451f2defd3fead38abf331a48f964.tar
yuzu-8551ac60080451f2defd3fead38abf331a48f964.tar.gz
yuzu-8551ac60080451f2defd3fead38abf331a48f964.tar.bz2
yuzu-8551ac60080451f2defd3fead38abf331a48f964.tar.lz
yuzu-8551ac60080451f2defd3fead38abf331a48f964.tar.xz
yuzu-8551ac60080451f2defd3fead38abf331a48f964.tar.zst
yuzu-8551ac60080451f2defd3fead38abf331a48f964.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/gpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp
index c6d54be63..7024a19cf 100644
--- a/src/video_core/gpu.cpp
+++ b/src/video_core/gpu.cpp
@@ -99,7 +99,7 @@ struct GPU::Impl {
/// Signal the ending of command list.
void OnCommandListEnd() {
- gpu_thread.OnCommandListEnd();
+ rasterizer->ReleaseFences();
}
/// Request a host GPU memory flush from the CPU.