mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06: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