mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
ControllerInterface: Adjust sort priorities to ensure default keyboard-mouse device is first.
This commit is contained in:
parent
04c246d11f
commit
42e73547eb
6 changed files with 15 additions and 1 deletions
|
@ -271,7 +271,7 @@ std::string KeyboardMouse::GetSource() const
|
|||
// Give this device a higher priority to make sure it shows first
|
||||
int KeyboardMouse::GetSortPriority() const
|
||||
{
|
||||
return 5;
|
||||
return DEFAULT_DEVICE_SORT_PRIORITY;
|
||||
}
|
||||
|
||||
bool KeyboardMouse::IsVirtualDevice() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue