mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
No longer need linux/input.h header
This commit is contained in:
parent
5d78c2209f
commit
1d65222051
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue