mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Wiimote: Extend emulated Wiimote reconnect-on-button-press to attachments.
This commit is contained in:
parent
ab2e68aa16
commit
244e5224a7
14 changed files with 59 additions and 1 deletions
|
@ -424,6 +424,7 @@ public:
|
|||
~Extension() {}
|
||||
|
||||
void GetState(u8* const data);
|
||||
bool IsButtonPressed() const;
|
||||
|
||||
std::vector<std::unique_ptr<ControllerEmu>> attachments;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue