mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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