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:
flacs
2015-09-01 18:31:39 +02:00
14 changed files with 59 additions and 1 deletions

View File

@ -424,6 +424,7 @@ public:
~Extension() {}
void GetState(u8* const data);
bool IsButtonPressed() const;
std::vector<std::unique_ptr<ControllerEmu>> attachments;