diff --git a/gfx/drivers_context/wayland_ctx.c b/gfx/drivers_context/wayland_ctx.c index 6751775e63..da178cb2ad 100644 --- a/gfx/drivers_context/wayland_ctx.c +++ b/gfx/drivers_context/wayland_ctx.c @@ -1325,7 +1325,7 @@ static void *gfx_ctx_wl_init(video_frame_info_t *video_info, void *video_driver) goto error; } - if (!wl->xdg_shell) + if (!wl->xdg_shell && !!wl->zxdg_shell) { RARCH_LOG("[Wayland]: Using zxdg_shell_v6 interface.\n"); }