mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(Vulkan/GL) goto error without HAVE_EGL (#13568)
This commit is contained in:
parent
60eaf14afc
commit
5bd7433ac4
@ -803,11 +803,9 @@ static bool gfx_ctx_wl_set_video_mode(void *data,
|
||||
|
||||
return true;
|
||||
|
||||
#if defined(HAVE_EGL)
|
||||
error:
|
||||
gfx_ctx_wl_destroy(data);
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool input_wl_init(void *data, const char *joypad_name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user