dolphin/Source/Core/Core
Léo Lam dca22e08eb Use Common::Flag and Common::Event when possible
Replaces old and simple usages of std::atomic<bool> with Common::Flag
(which was introduced after the initial usage), so it's clear that
the variable is a flag and because Common::Flag is well tested.

This also replaces the ready logic in WiimoteReal with Common::Event
since it was basically just unnecessarily reimplementing Common::Event.
2016-08-10 16:08:15 +02:00
..
Boot Move DiscIO enums to a new file 2016-07-13 17:29:27 +02:00
Debugger
DSP
FifoPlayer FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00
HLE
HW Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
IPC_HLE Remove Global Declarations from Movie 2016-08-04 15:24:44 -04:00
PowerPC JitCache: Do not use block 0. 2016-08-06 14:16:13 +02:00
ActionReplay.cpp
ActionReplay.h
Analytics.cpp
Analytics.h
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp clean up bounds checking for SIDEVICE_ENUM 2016-08-08 12:33:08 -05:00
BootManager.h
CMakeLists.txt WiimoteReal: Rename IONix to IOLinux 2016-07-26 00:45:25 +02:00
ConfigManager.cpp Allow to change Wii sd card path in config pane 2016-07-29 15:03:01 +02:00
ConfigManager.h Allow to change Wii sd card path in config pane 2016-07-29 15:03:01 +02:00
Core.cpp Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
Core.h
Core.vcxproj
Core.vcxproj.filters
CoreTiming.cpp
CoreTiming.h
DSPEmulator.cpp
DSPEmulator.h
ec_wii.cpp
ec_wii.h
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp Fix building with PCH disabled. 2016-08-07 01:18:59 -05:00
GeckoCodeConfig.h
Host.h
HotkeyManager.cpp ControllerInterface: Add RemoveDevice() 2016-07-29 17:18:37 +02:00
HotkeyManager.h
MachineContext.h Add a context definition for OpenBSD amd64. 2016-07-17 22:15:14 -06:00
MemoryWatcher.cpp
MemoryWatcher.h
MemTools.cpp Add a context definition for OpenBSD amd64. 2016-07-17 22:15:14 -06:00
MemTools.h
Movie.cpp Remove Global Declarations from Movie 2016-08-04 15:24:44 -04:00
Movie.h Remove Global Declarations from Movie 2016-08-04 15:24:44 -04:00
NetPlayClient.cpp Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
NetPlayClient.h Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
NetPlayProto.h Add md5 testing to netplay 2016-07-16 22:48:46 +02:00
NetPlayServer.cpp Merge pull request #3588 from Aestek/feature/improve-netplay-dialog 2016-07-26 02:12:22 +02:00
NetPlayServer.h Fix bogus UPnP requests 2016-07-23 20:04:07 +02:00
PatchEngine.cpp PatchEngine: Clear active codes on shutdown 2016-07-01 13:07:57 +02:00
PatchEngine.h
State.cpp PixelEngine: Cleanup PE Token. 2016-08-10 10:07:53 +02:00
State.h