mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Merge pull request #2774 from AdmiralCurtiss/wiimote-extension-reconnect-on-button-press
Wiimote: Extend emulated Wiimote reconnect-on-button-press to attachments.
This commit is contained in:
commit
3b134497dd
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