diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-07-11 10:58:14 -0400 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-07-11 14:08:29 -0400 |
| commit | e4eec2002b4cc8189677e7540de207bdef9dbf17 (patch) | |
| tree | 44dd1df5a11ef4beed820876e9fd4977e3fd2c53 /Source/Core/InputCommon | |
| parent | 74f308338195ac6c78008def5a6a4342c8b824af (diff) | |
ControllerEmu: Remove focus-checking code from the rest of ControllerEmu
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu.h b/Source/Core/InputCommon/ControllerEmu.h index c15574ff6f..bc3974936f 100644 --- a/Source/Core/InputCommon/ControllerEmu.h +++ b/Source/Core/InputCommon/ControllerEmu.h @@ -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; |
