mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Wiimote: Extend emulated Wiimote reconnect-on-button-press to attachments.
This commit is contained in:
@ -424,6 +424,7 @@ public:
|
||||
~Extension() {}
|
||||
|
||||
void GetState(u8* const data);
|
||||
bool IsButtonPressed() const;
|
||||
|
||||
std::vector<std::unique_ptr<ControllerEmu>> attachments;
|
||||
|
||||
|
Reference in New Issue
Block a user