dolphin/Source/Core
EmptyChaos c1944f623b Core/Movie: Add ability to run code in Host context
EndPlayInput runs on the CPU thread so it can't directly call
UpdateWantDeterminism. PlayController also tries to ChangeDisc
from the CPU Thread which is also invalid. It now just pauses
execution and posts a request to the Host to fix it instead.

The Core itself also did dodgy things like PauseAndLock-ing
from the CPU Thread and SetState from EmuThread which have been
removed.
2016-05-13 09:23:44 +10:00
..
AudioCommon Core: Threadsafety Synchronization Fixes (Frame Advance / FifoPlayer) 2016-05-13 09:23:44 +10:00
Common Core/Movie: Add ability to run code in Host context 2016-05-13 09:23:44 +10:00
Core Core/Movie: Add ability to run code in Host context 2016-05-13 09:23:44 +10:00
DiscIO DriveReader: Fix View > Show Drives 2016-04-26 21:24:08 +10:00
DolphinQt2 Core/Movie: Add ability to run code in Host context 2016-05-13 09:23:44 +10:00
DolphinWX Core/Movie: Add ability to run code in Host context 2016-05-13 09:23:44 +10:00
InputCommon XInput: Apply Rumble/Motor output only on changes (again) 2016-04-23 13:45:10 +02:00
UICommon Merge VideoBackendHardware into VideoBackend. 2016-01-12 23:18:58 +01:00
VideoBackends D3D12: Specify read/write ranges when calling Map/Unmap 2016-05-08 23:18:59 +10:00
VideoCommon D3D12: Implement XFB encoding/decoding (support Real XFB) 2016-05-08 23:18:51 +10:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00