1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-24 09:40:07 +00:00

android: retro_sleep build fix

This commit is contained in:
Aaron Kling 2020-12-22 17:28:55 -06:00
parent 5048693bca
commit 57e3ab71d9

@ -262,7 +262,9 @@ static void android_gfx_ctx_vk_swap_buffers(void *data)
{
and->vk.context.has_acquired_swapchain = false;
if (and->vk.swapchain == VK_NULL_HANDLE)
{
retro_sleep(10);
}
else
vulkan_present(&and->vk, and->vk.context.current_swapchain_index);
}