ControllerInterface: Update sort priorities.

This commit is contained in:
Jordan Woyak
2022-04-03 19:03:44 -05:00
parent 076a262b9e
commit 566dfc1cf4
5 changed files with 6 additions and 4 deletions
@@ -31,7 +31,7 @@ public:
std::string GetName() const override;
std::string GetSource() const override;
std::optional<int> GetPreferredId() const override;
int GetSortPriority() const override { return -1; }
int GetSortPriority() const override { return -2; }
void UpdateInput() override;