mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-02-17 09:18:41 +00:00
Fixed building on older kernel headers
This commit is contained in:
parent
9fe384b696
commit
b98494a101
@ -28,6 +28,9 @@
|
||||
|
||||
#include <linux/input.h>
|
||||
|
||||
#ifndef INPUT_PROP_ACCELEROMETER
|
||||
#define INPUT_PROP_ACCELEROMETER 0x06
|
||||
#endif
|
||||
#ifndef INPUT_PROP_MAX
|
||||
#define INPUT_PROP_MAX 0x1f
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user