mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
retro_sleep buildfix
This commit is contained in:
parent
627b668da8
commit
7dcfd7a038
@ -235,7 +235,9 @@ static void gfx_ctx_khr_display_swap_buffers(void *data)
|
||||
{
|
||||
khr->vk.context.has_acquired_swapchain = false;
|
||||
if (khr->vk.swapchain == VK_NULL_HANDLE)
|
||||
{
|
||||
retro_sleep(10);
|
||||
}
|
||||
else
|
||||
vulkan_present(&khr->vk, khr->vk.context.current_swapchain_index);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user