mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-14 10:26:02 -07:00
libusb on Windows is limited to only a single context. Trying to open more than one can cause device enumerations to fail randomly. libusb is thread-safe and we don't use the manual polling support (with `poll()`) so this should be safe. |
||
|---|---|---|
| .. | ||
| DI | ||
| ES | ||
| FS | ||
| Network | ||
| SDIO | ||
| STM | ||
| USB | ||
| WFS | ||
| Device.cpp | ||
| Device.h | ||
| DeviceStub.cpp | ||
| DeviceStub.h | ||
| IPC.cpp | ||
| IPC.h | ||