mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +01:00
Merge pull request #12654 from jordan-woyak/gcadapter-timeout
GCAdapter: Adjust libusb transfer timeout to 100ms.
This commit is contained in:
commit
4f3b4471f2
@ -59,7 +59,7 @@ namespace GCAdapter
|
||||
{
|
||||
#if GCADAPTER_USE_LIBUSB_IMPLEMENTATION
|
||||
|
||||
constexpr unsigned int USB_TIMEOUT_MS = 16;
|
||||
constexpr unsigned int USB_TIMEOUT_MS = 100;
|
||||
|
||||
static bool CheckDeviceAccess(libusb_device* device);
|
||||
static void AddGCAdapter(libusb_device* device);
|
||||
|
Loading…
x
Reference in New Issue
Block a user