summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/XInput/XInput.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/XInput/XInput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h
index 0092870265..17ee333e97 100644
--- a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h
+++ b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h
@@ -73,8 +73,8 @@ private:
};
public:
- bool UpdateInput();
- bool UpdateOutput();
+ void UpdateInput() override;
+ void UpdateOutput() override;
Device(const XINPUT_CAPABILITIES& capabilities, u8 index);