mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:04:42 +02:00
GC Adapter: stop searching adapters after one has been added
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user