Import SDK Types
This commit is contained in:
parent
84b3e69630
commit
4fe4c38e0d
86 changed files with 6528 additions and 27 deletions
16
include/dolphin/gx/GXPerf.h
Normal file
16
include/dolphin/gx/GXPerf.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef _DOLPHIN_GXPERF
|
||||
#define _DOLPHIN_GXPERF
|
||||
|
||||
#include <dolphin/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void GXReadXfRasMetric(u32* xf_wait_in, u32* xf_wait_out, u32* ras_busy, u32* clocks);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _DOLPHIN_GXPERF
|
||||
Loading…
Add table
Add a link
Reference in a new issue