mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(Wayland) Silence warning
This commit is contained in:
parent
1521be8acb
commit
d48d4385d9
@ -1687,9 +1687,11 @@ static bool gfx_ctx_wl_set_video_mode(void *data,
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
#if defined(HAVE_EGL) || defined(HAVE_VULKAN)
|
||||||
error:
|
error:
|
||||||
gfx_ctx_wl_destroy(data);
|
gfx_ctx_wl_destroy(data);
|
||||||
return false;
|
return false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool input_wl_init(void *data, const char *joypad_name);
|
bool input_wl_init(void *data, const char *joypad_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user