pcsx2/pcsx2/System
Gregory Hainaut 92078b1c58 System: port to std::atomic
v2: use an explicit int type for clang
// multiple conversions from switch condition type
// 'std::atomic<ExecutionMode>' to an integral or enumeration type

v3/v4: use .load to read variable (clang 3.7)
v5: add back 'std::atomic<ExecutionMode>' now that .load is used everywhere
2016-02-28 15:29:00 +01:00
..
RecTypes.h recompilers: always allocate the first block 2015-11-12 10:35:10 +01:00
SysCoreThread.cpp pcsx2: use a common general intrin include 2016-01-11 09:13:52 +01:00
SysThreadBase.cpp System: port to std::atomic 2016-02-28 15:29:00 +01:00
SysThreads.h System: port to std::atomic 2016-02-28 15:29:00 +01:00