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