diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/XInput')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/XInput/XInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h index d2e1898c5a..1673f795ed 100644 --- a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h +++ b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h @@ -31,7 +31,7 @@ public: std::string GetName() const override; std::string GetSource() const override; std::optional<int> GetPreferredId() const override; - int GetSortPriority() const override { return -1; } + int GetSortPriority() const override { return -2; } void UpdateInput() override; |
