mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(Vulkan) Buildfix
This commit is contained in:
parent
a227989fd8
commit
a378ce0aec
@ -2838,7 +2838,9 @@ retry:
|
|||||||
vulkan_destroy_swapchain(vk);
|
vulkan_destroy_swapchain(vk);
|
||||||
/* Swapchain out of date, trying to create new one ... */
|
/* Swapchain out of date, trying to create new one ... */
|
||||||
if (is_retrying)
|
if (is_retrying)
|
||||||
|
{
|
||||||
retro_sleep(10);
|
retro_sleep(10);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
is_retrying = true;
|
is_retrying = true;
|
||||||
vulkan_acquire_clear_fences(vk);
|
vulkan_acquire_clear_fences(vk);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user