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
..
2016-01-17 20:11:45 -05:00
2016-01-17 20:11:45 -05:00
2016-06-26 23:10:31 +12:00
2015-05-25 13:22:31 +02:00
2016-01-17 20:11:45 -05:00