mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add GCPadStatus.isConnected boolean
This commit is contained in:
parent
bb1c794657
commit
379e28b58c
5 changed files with 58 additions and 43 deletions
|
@ -40,6 +40,7 @@ struct GCPadStatus
|
|||
u8 triggerRight; // 0 <= triggerRight <= 255
|
||||
u8 analogA; // 0 <= analogA <= 255
|
||||
u8 analogB; // 0 <= analogB <= 255
|
||||
bool isConnected{true};
|
||||
|
||||
static const u8 MAIN_STICK_CENTER_X = 0x80;
|
||||
static const u8 MAIN_STICK_CENTER_Y = 0x80;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue