mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
[windows] remove various workarounds which were required for vs2013
This commit is contained in:
@ -56,11 +56,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
// We are not using std::atomic_bool here because MSVC sucks as of VC++
|
||||
// 2013 and does not implement the std::atomic_bool(bool) constructor.
|
||||
//
|
||||
// Re-evaluate next time we upgrade that piece of shit.
|
||||
std::atomic<bool> m_val;
|
||||
std::atomic_bool m_val;
|
||||
};
|
||||
|
||||
} // namespace Common
|
||||
|
Reference in New Issue
Block a user