mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
ControllerInterface: Update sort priorities.
This commit is contained in:
parent
076a262b9e
commit
566dfc1cf4
5 changed files with 6 additions and 4 deletions
|
@ -136,7 +136,7 @@ public:
|
|||
std::string GetSource() const final override;
|
||||
std::optional<int> GetPreferredId() const final override;
|
||||
// Always add these at the end, given their hotplug nature
|
||||
int GetSortPriority() const override { return -4; }
|
||||
int GetSortPriority() const override { return -5; }
|
||||
|
||||
private:
|
||||
void ResetPadData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue