Switching to xe::mutex.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include <mutex>
|
||||
|
||||
#include "xenia/base/mutex.h"
|
||||
#include "xenia/xbox.h"
|
||||
|
||||
namespace xe {
|
||||
@@ -36,7 +37,7 @@ class Dispatcher {
|
||||
private:
|
||||
KernelState* kernel_state_;
|
||||
|
||||
std::mutex lock_;
|
||||
xe::mutex lock_;
|
||||
NativeList* dpc_list_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user