diff options
Diffstat (limited to 'src/video_core/renderer_vulkan')
| -rw-r--r-- | src/video_core/renderer_vulkan/vk_pipeline_cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp index 09e035799..43cc94fab 100644 --- a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp +++ b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp | |||
| @@ -452,7 +452,7 @@ void PipelineCache::LoadDiskResources(u64 title_id, std::stop_token stop_loading | |||
| 452 | state.has_loaded = true; | 452 | state.has_loaded = true; |
| 453 | lock.unlock(); | 453 | lock.unlock(); |
| 454 | 454 | ||
| 455 | workers.WaitForRequests(); | 455 | workers.WaitForRequests(stop_loading); |
| 456 | 456 | ||
| 457 | if (state.statistics) { | 457 | if (state.statistics) { |
| 458 | state.statistics->Report(); | 458 | state.statistics->Report(); |