mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-12-24 17:11:58 +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_B (1<<5)
|
||||||
#define WUPS_CONFIG_BUTTON_ZL (1<<6)
|
#define WUPS_CONFIG_BUTTON_ZL (1<<6)
|
||||||
#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_R (1<<9)
|
||||||
typedef int32_t WUPSConfigButtons;
|
typedef int32_t WUPSConfigButtons;
|
||||||
|
|
||||||
class WUPSConfigItem {
|
class WUPSConfigItem {
|
||||||
|
Loading…
Reference in New Issue
Block a user