mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-20 12:00:35 -04:00
ControllerInterface: Update sort priorities.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user