Wiimote: Extend emulated Wiimote reconnect-on-button-press to attachments.

This commit is contained in:
Admiral H. Curtiss
2015-07-24 06:11:49 +02:00
parent ab2e68aa16
commit 244e5224a7
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;