dolphin/Source/Core/UICommon
Léo Lam 32a1b5068a Revert "Use a single libusb context"
This reverts commit c8a6dc6c23.

libusb on Windows isn't really safe to use from different threads
with a single context.
2017-03-26 15:58:30 +02:00
..
CMakeLists.txt Moved X11Utils into UICommon. 2017-03-08 01:24:10 -08:00
CommandLineParse.cpp UICommon: Don't print --version option twice 2017-03-21 22:29:01 +01:00
CommandLineParse.h Add command line parsing to UICommon. 2017-02-16 17:24:58 +01:00
Disassembler.cpp UICommon: Make GetNewDisassembler() return a unique_ptr 2017-03-02 21:26:17 -05:00
Disassembler.h UICommon: Make GetNewDisassembler() return a unique_ptr 2017-03-02 21:26:17 -05:00
UICommon.cpp Move libusb context initialization to on first use 2017-02-07 00:47:21 +01:00
UICommon.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
UICommon.vcxproj Add command line parsing to UICommon. 2017-02-16 17:24:58 +01:00
USBUtils.cpp Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
USBUtils.h Move libusb context initialization to on first use 2017-02-07 00:47:21 +01:00
X11Utils.cpp Moved X11Utils into UICommon. 2017-03-08 01:24:10 -08:00
X11Utils.h Moved X11Utils into UICommon. 2017-03-08 01:24:10 -08:00