mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
All of the compilers we support have support for these now.
This commit is contained in:
parent
2270c3e90a
commit
d18d3e1f3e
19 changed files with 29 additions and 851 deletions
|
@ -16,9 +16,10 @@
|
|||
#include <concrt.h>
|
||||
#endif
|
||||
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
|
||||
#include "Common/Flag.h"
|
||||
#include "Common/StdConditionVariable.h"
|
||||
#include "Common/StdMutex.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue