mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 17:38:02 -05: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