mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
No longer need linux/input.h header
This commit is contained in:
parent
5d78c2209f
commit
1d65222051
@ -25,7 +25,8 @@
|
||||
|
||||
#include "../../input/input_driver.h"
|
||||
|
||||
#define UDEV_MAX_KEYS (KEY_MAX + 7) / 8
|
||||
#define UDEV_KEY_MAX 0x2ff
|
||||
#define UDEV_MAX_KEYS (UDEV_KEY_MAX + 7) / 8
|
||||
|
||||
typedef struct input_ctx_wayland_data
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user