mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #3539 from Sonicadvance1/two_adapters_one_pc
Allow multiple GC adapters on one PC to be used with multiple Dolphin instances.
This commit is contained in:
commit
3a12dccac7
1 changed files with 4 additions and 0 deletions
|
@ -190,7 +190,11 @@ void Setup()
|
|||
{
|
||||
libusb_device* device = list[d];
|
||||
if (CheckDeviceAccess(device))
|
||||
{
|
||||
// Only connect to a single adapter in case the user has multiple connected
|
||||
AddGCAdapter(device);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
libusb_free_device_list(list, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue