dolphin-emulator/Source/Core
Stenzek e5485ca499 Core: Reset wiimotes/rumble on emu thread instead of main thread
This was causing a race which was crashing the FifoCI runners. The main
thread called Stop() which in turn called ResetAllWiimotes() while the
emu thread was still exiting, also shutting down the Wiimote class.

By shifting the reset to the emu thread, all cleanup operations happen
on the same thread where they were initialized.
2019-12-09 20:07:00 +10:00
..
AudioCommon Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
Common Common/Network: Use std::nullopt in StringToMacAddress 2019-12-06 09:59:11 -05:00
Core Core: Reset wiimotes/rumble on emu thread instead of main thread 2019-12-09 20:07:00 +10:00
DiscIO Fix scrubbing unencrypted Wii disc images (for real this time) 2019-12-08 19:41:40 +01:00
DolphinNoGUI Merge pull request #8456 from jordan-woyak/input-gate-race-fix 2019-11-11 10:59:49 +10:00
DolphinQt Disable warning C5054 on DolphinQt 2019-11-30 13:42:52 +10:00
InputCommon Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
UpdaterCommon Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
VideoBackends Vulkan: Call VertexManagerBase initialize 2019-12-09 19:16:15 +10:00
VideoCommon Merge pull request #8508 from lioncash/fmt-tex 2019-12-07 18:41:14 -08:00
WinUpdater Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00