Switching to standard mutex for now (but keeping xe::mutex).

This commit is contained in:
Ben Vanik
2015-07-13 21:49:32 -07:00
parent 72ad899e9e
commit 40621a90bd
10 changed files with 16 additions and 73 deletions

View File

@@ -14,6 +14,8 @@
#include "xenia/kernel/objects/xfile.h"
typedef void* HANDLE;
namespace xe {
namespace vfs {