From a378ce0aecadfa00759ee14a57bf61bc3d9b6342 Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Thu, 19 May 2022 13:40:37 +0200 Subject: [PATCH] (Vulkan) Buildfix --- gfx/common/vulkan_common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/common/vulkan_common.c b/gfx/common/vulkan_common.c index 0b614f5476..c7f12ef163 100644 --- a/gfx/common/vulkan_common.c +++ b/gfx/common/vulkan_common.c @@ -2838,7 +2838,9 @@ retry: vulkan_destroy_swapchain(vk); /* Swapchain out of date, trying to create new one ... */ if (is_retrying) + { retro_sleep(10); + } else is_retrying = true; vulkan_acquire_clear_fences(vk);