mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 12:41:18 +00:00
Wayland: unbreak Vulkan after fixing HiDPI resizing
This commit is contained in:
parent
eaef091915
commit
6d943e10a6
@ -1058,8 +1058,8 @@ static bool gfx_ctx_wl_set_resize(void *data, unsigned width, unsigned height)
|
|||||||
break;
|
break;
|
||||||
case GFX_CTX_VULKAN_API:
|
case GFX_CTX_VULKAN_API:
|
||||||
#ifdef HAVE_VULKAN
|
#ifdef HAVE_VULKAN
|
||||||
wl->width = width;
|
wl->width = width / wl->buffer_scale;
|
||||||
wl->height = height;
|
wl->height = height / wl->buffer_scale;
|
||||||
|
|
||||||
if (vulkan_create_swapchain(&wl->vk, width, height, wl->swap_interval))
|
if (vulkan_create_swapchain(&wl->vk, width, height, wl->swap_interval))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user