SSBM Decomp
Loading...
Searching...
No Matches
GXPerf.h
Go to the documentation of this file.
1#ifndef DOLPHIN_GX_GXPERF_H
2#define DOLPHIN_GX_GXPERF_H
3
4#include <platform.h>
5
6void GXClearGPMetric(void);
8
9#endif
void GXSetGPMetric(u32, u32)
Definition GXPerf.c:7
void GXClearGPMetric(void)
Definition GXPerf.c:12
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26