some Wii U changes
This commit is contained in:
parent
0c66a50e2d
commit
e5b39af6a5
4 changed files with 23 additions and 19 deletions
|
|
@ -26,10 +26,10 @@ typedef struct _PLT_THREAD {
|
|||
bool alive;
|
||||
} PLT_THREAD;
|
||||
#elif defined(__WIIU__)
|
||||
typedef OSMutex PLT_MUTEX;
|
||||
typedef OSFastMutex PLT_MUTEX;
|
||||
typedef struct _PLT_EVENT {
|
||||
OSMutex mutex;
|
||||
OSCondition cond;
|
||||
OSFastMutex mutex;
|
||||
OSFastCondition cond;
|
||||
int signalled;
|
||||
} PLT_EVENT;
|
||||
typedef struct _PLT_THREAD {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue