dolphin/Source/Core/UICommon
Léo Lam c8a6dc6c23 Use a single libusb context
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.
2017-02-05 11:36:48 +01:00
..
CMakeLists.txt Add USB passthrough setting and USBUtils 2017-02-05 11:36:46 +01:00
Disassembler.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Disassembler.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
UICommon.cpp Add USB passthrough setting and USBUtils 2017-02-05 11:36:46 +01:00
UICommon.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
UICommon.vcxproj Add USB passthrough setting and USBUtils 2017-02-05 11:36:46 +01:00
USBUtils.cpp Use a single libusb context 2017-02-05 11:36:48 +01:00
USBUtils.h Add USB passthrough setting and USBUtils 2017-02-05 11:36:46 +01:00