SSBM Decomp
Loading...
Searching...
No Matches
__GXInit.h
Go to the documentation of this file.
1#ifndef DOLPHIN_GX___GXINIT_H
2#define DOLPHIN_GX___GXINIT_H
3
4#include <platform.h>
5
7
9#include <dolphin/gx/GXEnum.h>
10
11/* 004D2788 */ extern GXContexts __GXContexts;
12
13static inline void set_x2(GXBool value)
14{
15 __GXContexts.main->x0.u16[1] = value;
16}
17
18#endif
u8 GXBool
Definition GXEnum.h:6
GXContexts __GXContexts
Definition GXInit.c:10
static void set_x2(GXBool value)
Definition __GXInit.h:13
union GXContext::@4 x0
u16 u16[2]
Definition __types.h:41
Definition __types.h:129
GXContext * main
Definition __types.h:130