Add WUPS_CONFIG_BUTTONS values

This commit is contained in:
Maschell 2019-02-07 13:02:36 +01:00
parent 50ec086f9a
commit 0ded92509a

View File

@ -31,6 +31,8 @@
#define WUPS_CONFIG_BUTTON_B (1<<5)
#define WUPS_CONFIG_BUTTON_ZL (1<<6)
#define WUPS_CONFIG_BUTTON_ZR (1<<7)
#define WUPS_CONFIG_BUTTON_L (1<<8)
#define WUPS_CONFIG_BUTTON_R (1<<9)
typedef int32_t WUPSConfigButtons;
class WUPSConfigItem {