mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-23 06:57:08 +00:00
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. |
||
|---|---|---|
| .. | ||
| aldlist.cpp | ||
| aldlist.h | ||
| AlsaSoundStream.cpp | ||
| AlsaSoundStream.h | ||
| AOSoundStream.cpp | ||
| AOSoundStream.h | ||
| AudioCommon.cpp | ||
| AudioCommon.h | ||
| AudioCommon.vcxproj | ||
| AudioCommon.vcxproj.filters | ||
| CMakeLists.txt | ||
| CoreAudioSoundStream.cpp | ||
| CoreAudioSoundStream.h | ||
| DPL2Decoder.cpp | ||
| DPL2Decoder.h | ||
| Mixer.cpp | ||
| Mixer.h | ||
| NullSoundStream.cpp | ||
| NullSoundStream.h | ||
| OpenALStream.cpp | ||
| OpenALStream.h | ||
| OpenSLESStream.cpp | ||
| OpenSLESStream.h | ||
| PulseAudioStream.cpp | ||
| PulseAudioStream.h | ||
| SoundStream.h | ||
| WaveFile.cpp | ||
| WaveFile.h | ||
| XAudio2_7Stream.cpp | ||
| XAudio2_7Stream.h | ||
| XAudio2Stream.cpp | ||
| XAudio2Stream.h | ||