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/WGInput/WGInput.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp') diff --git a/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp b/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp index 231af03d46..1fac7866f4 100644 --- a/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp +++ b/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp @@ -172,6 +172,8 @@ public: } } + int GetSortPriority() const override { return -1; } + private: // `boolean` comes from Windows API. (typedef of unsigned char) using ButtonValueType = boolean; -- cgit v1.2.3