diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2022-03-02 15:40:20 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2022-04-03 19:03:44 -0500 |
| commit | 566dfc1cf489921e52dc4cb1914021850b1f71ae (patch) | |
| tree | 255f658fa6093a39ee73a1c7d609d4260260276a /Source/Core/InputCommon/ControllerInterface/DInput | |
| parent | 076a262b9e936860411213f3d2e2d2de97664c88 (diff) | |
ControllerInterface: Update sort priorities.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DInput')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.h b/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.h index b80b84d416..f69b95293c 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.h +++ b/Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.h @@ -64,7 +64,7 @@ public: std::string GetName() const override; std::string GetSource() const override; - int GetSortPriority() const override { return -2; } + int GetSortPriority() const override { return -3; } bool IsValid() const final override; |
