dolphin/Source/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
..
AudioCommon Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
Common Merge pull request #4097 from lioncash/sysconf 2016-08-10 14:41:35 +02:00
Core Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
DiscIO Move DiscIO enums to a new file 2016-07-13 17:29:27 +02:00
DolphinQt2 Remove Global Declarations from Movie 2016-08-04 15:24:44 -04:00
DolphinWX Merge pull request #4088 from RisingFog/remove_globals_movie 2016-08-05 10:42:58 -04:00
InputCommon GCAdapter: Return input state by value 2016-08-01 21:27:51 -04:00
UICommon portable.txt enables portable configuration on linux, README updated to 2016-07-04 19:39:10 +10:00
VideoBackends D3D11: Support texture dumping of non-zero mipmap levels 2016-08-10 23:45:25 +10:00
VideoCommon Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00