summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2022-03-02 15:40:20 -0600
committerJordan Woyak <jordan.woyak@gmail.com>2022-04-03 19:03:44 -0500
commit566dfc1cf489921e52dc4cb1914021850b1f71ae (patch)
tree255f658fa6093a39ee73a1c7d609d4260260276a /Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp
parent076a262b9e936860411213f3d2e2d2de97664c88 (diff)
ControllerInterface: Update sort priorities.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp b/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp
index a16f9cfc23..15b0915381 100644
--- a/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp
@@ -136,7 +136,7 @@ public:
std::string GetSource() const final override;
std::optional<int> GetPreferredId() const final override;
// Always add these at the end, given their hotplug nature
- int GetSortPriority() const override { return -4; }
+ int GetSortPriority() const override { return -5; }
private:
void ResetPadData();