mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
18 lines
273 B
C
18 lines
273 B
C
#ifndef RVL_SDK_GX_MISC_H
|
|
#define RVL_SDK_GX_MISC_H
|
|
#include <common.h>
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void GXSetMisc(UNKWORD token, UNKWORD val);
|
|
void GXFlush(void);
|
|
void GXResetWriteGatherPipe(void);
|
|
|
|
void GXAbortFrame(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|