mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
ControllerEmu: Remove focus-checking code from the rest of ControllerEmu
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user