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. --- Source/Core/InputCommon/ControllerInterface/DInput/DInputJoystick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/DInput') 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; -- cgit v1.2.3