From 92a8e18eabcc51dabe5fae73478b6f72ef4f42e7 Mon Sep 17 00:00:00 2001 From: psucien Date: Fri, 31 May 2024 12:30:34 +0200 Subject: [PATCH] a final touch --- src/video_core/amdgpu/liverpool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video_core/amdgpu/liverpool.h b/src/video_core/amdgpu/liverpool.h index 4718d174d..1380f1891 100644 --- a/src/video_core/amdgpu/liverpool.h +++ b/src/video_core/amdgpu/liverpool.h @@ -779,6 +779,7 @@ public: void NotifySubmitDone() { submit_done = true; + num_submits.notify_all(); } void BindRasterizer(Vulkan::Rasterizer* rasterizer_) {