mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Add wayland to input driver list. (#15133)
Wayland input driver was not selectable from menu. It could still be enforced by context driver, or enabled in config file, but I saw no reason why it would be better to skip it from here.
This commit is contained in:
parent
f24893bcb1
commit
c996fe7070
@ -306,6 +306,9 @@ input_driver_t *input_drivers[] = {
|
||||
#ifdef HAVE_X11
|
||||
&input_x,
|
||||
#endif
|
||||
#ifdef HAVE_WAYLAND
|
||||
&input_wayland,
|
||||
#endif
|
||||
#ifdef __WINRT__
|
||||
&input_uwp,
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user