mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 10:25:10 +01:00
Add WUPS_CONFIG_BUTTONS values
This commit is contained in:
parent
50ec086f9a
commit
0ded92509a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user