mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
ControllerInterface: Update sort priorities.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user