dolphin/Source/Core
comex e602eac4f9 Synchronize DVDInterface::ChangeDisc with the CPU thread properly.
This addresses a bit of thread unsafety mentioned in a comment, and
fixes a 'ScheduleEvent_Threadsafe from main thread' message.

To make this work nicely, make PauseAndLock call DeclareAsCPUThread -
i.e. while you have the CPU thread locked, you can consider yourself the
CPU thread.
2015-11-03 12:42:05 +01:00
..
AudioCommon Merge pull request #3105 from phire/dont_block 2015-10-03 17:55:26 -07:00
Common Merge pull request #3213 from phire/bitfield 2015-11-01 23:06:21 -08:00
Core Synchronize DVDInterface::ChangeDisc with the CPU thread properly. 2015-11-03 12:42:05 +01:00
DiscIO DiscScrubber: Add another nullptr check 2015-11-01 20:30:49 +01:00
DolphinQt DolphinQt: Add international flag to Resources 2015-11-02 16:06:27 +01:00
DolphinWX [DolphinWX] Added warning to Wii disc compression 2015-10-31 12:08:14 -07:00
InputCommon Merge pull request #3170 from spxtr/pipes 2015-10-28 16:39:57 -04:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends VideoCommon: flush vertex manager if components change 2015-11-01 22:39:31 +01:00
VideoCommon Fix a few typos 2015-11-02 21:17:43 +01:00
CMakeLists.txt