mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-01-23 22:41:22 +01:00
Define more WUPS_CONFIG_BUTTON_* values
This commit is contained in:
parent
b1a9ffcb32
commit
51f627dc6e
@ -30,6 +30,12 @@
|
|||||||
#define WUPS_CONFIG_BUTTON_ZR (1 << 7)
|
#define WUPS_CONFIG_BUTTON_ZR (1 << 7)
|
||||||
#define WUPS_CONFIG_BUTTON_L (1 << 8)
|
#define WUPS_CONFIG_BUTTON_L (1 << 8)
|
||||||
#define WUPS_CONFIG_BUTTON_R (1 << 9)
|
#define WUPS_CONFIG_BUTTON_R (1 << 9)
|
||||||
|
#define WUPS_CONFIG_BUTTON_X (1 << 10)
|
||||||
|
#define WUPS_CONFIG_BUTTON_Y (1 << 11)
|
||||||
|
#define WUPS_CONFIG_BUTTON_STICK_L (1 << 12)
|
||||||
|
#define WUPS_CONFIG_BUTTON_STICK_R (1 << 13)
|
||||||
|
#define WUPS_CONFIG_BUTTON_PLUS (1 << 14)
|
||||||
|
#define WUPS_CONFIG_BUTTON_MINUS (1 << 15)
|
||||||
typedef int32_t WUPSConfigButtons;
|
typedef int32_t WUPSConfigButtons;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user