mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Re-add StdConditionVariable, MSVC 2010 does not support <condition_variable>
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
// This conflicts with gettext's use of _ as a macro.
|
||||
#undef _
|
||||
|
||||
#include <condition_variable>
|
||||
#include "StdConditionVariable.h"
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
|
||||
|
Reference in New Issue
Block a user