mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
[windows] remove various workarounds which were required for vs2013
This commit is contained in:
parent
30702c17b6
commit
bea18eedc4
4 changed files with 2 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue