Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
gx.h
Go to the documentation of this file.
1#ifndef _REVOLUTION_GX_H_
2#define _REVOLUTION_GX_H_
3
14#include <revolution/gx/GXTev.h>
20#include <revolution/gx/GXGet.h>
25
26// unsorted GX externs
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
32// GXMisc
33void (*GXSetDrawSyncCallback(void (*cb)(u16)))(u16);
34void GXSetDrawSync(u16 token);
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif
unsigned short int u16
Definition types.h:10
static void cb(s32 result, DVDCommandBlock *block)
Definition fstload.c:16
void GXSetDrawSync(u16 token)
Definition GXMisc.c:110
void(*)(u16) GXSetDrawSyncCallback(void(*cb)(u16))
Definition gx.h:33