mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-10 00:13:47 +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. |
||
|---|---|---|
| .. | ||
| Boot | ||
| Debugger | ||
| DSP | ||
| FifoPlayer | ||
| HLE | ||
| HW | ||
| IPC_HLE | ||
| PowerPC | ||
| ActionReplay.cpp | ||
| ActionReplay.h | ||
| Analytics.cpp | ||
| Analytics.h | ||
| ARDecrypt.cpp | ||
| ARDecrypt.h | ||
| BootManager.cpp | ||
| BootManager.h | ||
| CMakeLists.txt | ||
| ConfigManager.cpp | ||
| ConfigManager.h | ||
| Core.cpp | ||
| 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 | ||
| GeckoCodeConfig.h | ||
| Host.h | ||
| HotkeyManager.cpp | ||
| HotkeyManager.h | ||
| MachineContext.h | ||
| MemoryWatcher.cpp | ||
| MemoryWatcher.h | ||
| MemTools.cpp | ||
| MemTools.h | ||
| Movie.cpp | ||
| Movie.h | ||
| NetPlayClient.cpp | ||
| NetPlayClient.h | ||
| NetPlayProto.h | ||
| NetPlayServer.cpp | ||
| NetPlayServer.h | ||
| PatchEngine.cpp | ||
| PatchEngine.h | ||
| State.cpp | ||
| State.h | ||