mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-14 14:02:30 -05:00
ControllerInterface: Adjust sort priorities to ensure default keyboard-mouse device is first.
This commit is contained in:
@@ -120,6 +120,7 @@ public:
|
||||
|
||||
std::string GetName() const override;
|
||||
std::string GetSource() const override;
|
||||
int GetSortPriority() const override;
|
||||
|
||||
private:
|
||||
Window m_window;
|
||||
|
||||
Reference in New Issue
Block a user