summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-02-11 16:28:30 +0100
committerGitHub <noreply@github.com>2023-02-11 16:28:30 +0100
commit1040f1f5038832f12d71d6b80924d81b6c4d607c (patch)
tree40eace73fde2c2d6104a16e437eff79f624ef387 /src/video_core/gpu.cpp
parentMerge pull request #9742 from liamwhite/svc-wrap-only (diff)
parentRemove OnCommandListEndCommand (diff)
downloadyuzu-1040f1f5038832f12d71d6b80924d81b6c4d607c.tar
yuzu-1040f1f5038832f12d71d6b80924d81b6c4d607c.tar.gz
yuzu-1040f1f5038832f12d71d6b80924d81b6c4d607c.tar.bz2
yuzu-1040f1f5038832f12d71d6b80924d81b6c4d607c.tar.lz
yuzu-1040f1f5038832f12d71d6b80924d81b6c4d607c.tar.xz
yuzu-1040f1f5038832f12d71d6b80924d81b6c4d607c.tar.zst
yuzu-1040f1f5038832f12d71d6b80924d81b6c4d607c.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.