dolphin/Source/Core
comex a9fe0ec0ab Fix some false positive ScheduleEvent alerts:
- CEXIETHERNET::SendComplete is always called from the main thread, so
  drop the _Threadsafe.

- Mark the FIFO player thread as the "CPU thread" so it can call
  ScheduleEvent without complaints.  I haven't actually tested this,
  since I don't know how to use the FIFO player; it might break
  something.
2015-04-27 21:19:28 -04:00
..
AudioCommon (Visual Studio) Categorize SoundStream.h with other SoundStream files 2015-04-03 14:37:03 -04:00
Common Use a fake exception to exit early in case of memory breakpoints. 2015-04-24 22:37:54 -04:00
Core Fix some false positive ScheduleEvent alerts: 2015-04-27 21:19:28 -04:00
DiscIO DiscIO: Add a missing header to Volume.h 2015-04-20 21:10:31 -04:00
DolphinQt Qt: Check if game filename is null before loading. 2015-04-26 11:13:16 -05:00
DolphinWX Merge pull request #2325 from JosJuice/isoproperties-zero-files 2015-04-27 19:45:21 +10:00
InputCommon Merge pull request #2199 from skidau/remove-controls-lock 2015-04-21 11:13:30 +12:00
UICommon Fix user directories at times doing stupid things. 2015-03-15 09:19:48 -05:00
VideoBackends Merge pull request #2301 from lioncash/const 2015-04-16 23:13:39 -04:00
VideoCommon Merge pull request #2312 from comex/shutdown-race-condition 2015-04-27 19:47:00 +10:00
CMakeLists.txt