mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-15 23:35:15 +01:00
Config: Update WUPSConfigComplexPadData to hold information for all 7 possible kpads
This commit is contained in:
parent
3c26ecd473
commit
967f42be43
@ -61,8 +61,8 @@ typedef struct {
|
||||
VPADStatus data;
|
||||
} vpad;
|
||||
struct {
|
||||
KPADError kpadError[4];
|
||||
KPADStatus data[4];
|
||||
KPADError kpadError[7];
|
||||
KPADStatus data[7];
|
||||
} kpad;
|
||||
} WUPSConfigComplexPadData;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user