mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
GCAdapter: Adjust libusb transfer timeout to 100ms.
This commit is contained in:
parent
85dee300b5
commit
719d76ab2e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace GCAdapter
|
||||||
{
|
{
|
||||||
#if GCADAPTER_USE_LIBUSB_IMPLEMENTATION
|
#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 bool CheckDeviceAccess(libusb_device* device);
|
||||||
static void AddGCAdapter(libusb_device* device);
|
static void AddGCAdapter(libusb_device* device);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue