mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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;
|
return true;
|
||||||
|
|
||||||
#if defined(HAVE_EGL)
|
|
||||||
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…
x
Reference in New Issue
Block a user