From 566dfc1cf489921e52dc4cb1914021850b1f71ae Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Wed, 2 Mar 2022 15:40:20 -0600 Subject: ControllerInterface: Update sort priorities. --- .../ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp') 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 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(); -- cgit v1.2.3