1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL.git synced 2025-01-12 07:15:32 +00:00

Fixed build with older Linux kernel headers

This commit is contained in:
Sam Lantinga 2021-11-11 09:51:39 -08:00
parent a0f8afb599
commit ebed961cb2

View file

@ -56,6 +56,12 @@
#ifndef SYN_DROPPED
#define SYN_DROPPED 3
#endif
#ifndef BTN_NORTH
#define BTN_NORTH 0x133
#endif
#ifndef BTN_WEST
#define BTN_WEST 0x134
#endif
#ifndef BTN_DPAD_UP
#define BTN_DPAD_UP 0x220
#endif