mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-09 02:55:56 +00:00
ControllerInterface: Update sort priorities.
This commit is contained in:
parent
076a262b9e
commit
566dfc1cf4
5 changed files with 6 additions and 4 deletions
|
@ -323,7 +323,7 @@ std::string Device::GetSource() const
|
|||
// Always add these at the end, given their hotplug nature
|
||||
int Device::GetSortPriority() const
|
||||
{
|
||||
return -3;
|
||||
return -4;
|
||||
}
|
||||
|
||||
void Device::RunTasks()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue