wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
sync.h
Go to the documentation of this file.
1#pragma once
2#include <wut.h>
3
10#ifdef __cplusplus
11extern "C" {
12#endif
13
15typedef uint64_t DMAETimeStamp;
16
26BOOL
28
29#ifdef __cplusplus
30}
31#endif
32
uint64_t DMAETimeStamp
Timestamp for a DMAE operation.
Definition sync.h:15
BOOL DMAEWaitDone(DMAETimeStamp timestamp)
Waits for a DMAE operation to complete.
int32_t BOOL
Definition wut_types.h:7