mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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:
@ -3,11 +3,11 @@
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cmath>
|
||||
#include <thread>
|
||||
#include <Windows.h>
|
||||
|
||||
#include "AudioCommon/AudioCommon.h"
|
||||
#include "AudioCommon/DSoundStream.h"
|
||||
#include "Common/StdThread.h"
|
||||
#include "Common/Thread.h"
|
||||
|
||||
bool DSound::CreateBuffer()
|
||||
|
Reference in New Issue
Block a user