mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(Vulkan) Fix crash
This commit is contained in:
parent
05b1785f24
commit
c88ffa56ff
@ -2118,7 +2118,10 @@ static bool vulkan_frame(void *data, const void *frame,
|
||||
vk->ctx_driver->swap_buffers(context_data);
|
||||
|
||||
if (!vk->context->swap_interval_emulation_lock)
|
||||
vk->ctx_driver->update_window_title(context_data);
|
||||
{
|
||||
if (vk->ctx_driver->update_window_title)
|
||||
vk->ctx_driver->update_window_title(context_data);
|
||||
}
|
||||
|
||||
/* Handle spurious swapchain invalidations as soon as we can,
|
||||
* i.e. right after swap buffers. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user