dolphin/Source/Core
Léo Lam e85fa26768 BTReal: Use FromThread::ANY for USB transfer replies
libusb transfer callbacks might be called immediately during transfer
submission in some cases. (libusb doesn't even specify what thread
the callback is invoked on.) In other words, it is possible to reach
the transfer callback from the CPU thread, and not just from the
USB event handling thread.

So CoreTiming::FromThread::NON_CPU is incorrect and should instead
be ANY.
2019-06-26 17:55:51 +02:00
..
AudioCommon Merge pull request #8135 from lioncash/cmake 2019-05-31 14:03:12 +02:00
Common Merge pull request #8210 from spycrab/httpreq_error_msg 2019-06-20 10:59:25 -07:00
Core BTReal: Use FromThread::ANY for USB transfer replies 2019-06-26 17:55:51 +02:00
DiscIO Common/MsgHandler: Namespace code within the Common namespace 2019-06-19 16:03:55 -04:00
DolphinNoGUI Core/ConfigManager: Use forward declarations where applicable 2019-06-07 19:54:39 -04:00
DolphinQt Config/ARCodeWidget: Add option for alphabetical sorting 2019-06-22 19:54:13 +02:00
InputCommon Use separate libusb contexts to avoid thread safety issues 2019-06-26 17:55:51 +02:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Use separate libusb contexts to avoid thread safety issues 2019-06-26 17:55:51 +02:00
UpdaterCommon UpdaterCommon: Hide Updater before Dolphin quits 2019-06-23 19:47:18 +02:00
VideoBackends VideoBackends/Vulkan: Use nested namespace specifiers where applicable 2019-06-17 16:57:30 -04:00
VideoCommon Merge pull request #8194 from lioncash/common-msg 2019-06-20 13:37:24 +02:00
WinUpdater WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00