mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
GC Adapter: stop searching adapters after one has been added
This commit is contained in:
parent
2916aed1f9
commit
5f5cc963cf
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,7 @@ void Setup()
|
|||
else
|
||||
{
|
||||
AddGCAdapter(device);
|
||||
break;
|
||||
}
|
||||
}
|
||||
else if ((ret != 0 && ret != LIBUSB_ERROR_NOT_SUPPORTED))
|
||||
|
@ -170,6 +171,7 @@ void Setup()
|
|||
else
|
||||
{
|
||||
AddGCAdapter(device);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue