ControllerEmu: Remove focus-checking code from the rest of ControllerEmu

This commit is contained in:
Jasper St. Pierre
2014-07-11 10:58:14 -04:00
parent 74f3083381
commit e4eec2002b
16 changed files with 144 additions and 278 deletions

View File

@ -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;