mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
ControllerEmu: Remove focus-checking code from the rest of ControllerEmu
This commit is contained in:
parent
74f3083381
commit
e4eec2002b
16 changed files with 144 additions and 278 deletions
|
@ -411,7 +411,7 @@ public:
|
|||
|
||||
~Extension() {}
|
||||
|
||||
void GetState(u8* const data, const bool focus = true);
|
||||
void GetState(u8* const data);
|
||||
|
||||
std::vector<std::unique_ptr<ControllerEmu>> attachments;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue