summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoBackendBase.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2019-06-16 15:07:06 +0200
committerLéo Lam <leo@leolam.fr>2019-06-26 17:55:51 +0200
commite85fa26768cb4efbcec20dd32030c974e7e18c15 (patch)
tree90973de160d7bd922b00ecc7e8f6080c835cdcb4 /Source/Core/VideoCommon/VideoBackendBase.cpp
parentcf60a9a7f77f78d4cd9de08cdbe93e0236794a5b (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/VideoBackendBase.cpp')
0 files changed, 0 insertions, 0 deletions