diff options
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; |
