SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
GXCommandList.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_GX_GXCOMMANDLIST_H_
2
#define _DOLPHIN_GX_GXCOMMANDLIST_H_
3
4
#include <
dolphin/types.h
>
5
6
#define GX_NOP 0x00
7
#define GX_LOAD_CP_REG 0x08
8
#define GX_LOAD_XF_REG 0x10
9
#define GX_LOAD_INDX_A 0x20
10
#define GX_LOAD_INDX_B 0x28
11
#define GX_LOAD_INDX_C 0x30
12
#define GX_LOAD_INDX_D 0x38
13
#define GX_LOAD_BP_REG 0x61
14
15
#define GX_DRAW_QUADS 0x80
16
#define GX_DRAW_TRIANGLES 0x90
17
#define GX_DRAW_TRIANGLE_STRIP 0x98
18
#define GX_DRAW_TRIANGLE_FAN 0xA0
19
#define GX_DRAW_LINES 0xA8
20
#define GX_DRAW_LINE_STRIP 0xB0
21
#define GX_DRAW_POINTS 0xB8
22
23
#define GX_OPCODE_MASK 0xF8
24
#define GX_VAT_MASK 0x07
25
26
extern
u8
GXTexMode0Ids
[8];
27
extern
u8
GXTexMode1Ids
[8];
28
extern
u8
GXTexImage0Ids
[8];
29
extern
u8
GXTexImage1Ids
[8];
30
extern
u8
GXTexImage2Ids
[8];
31
extern
u8
GXTexImage3Ids
[8];
32
extern
u8
GXTexTlutIds
[8];
33
34
#endif
GXTexMode1Ids
u8 GXTexMode1Ids[8]
GXTexImage0Ids
u8 GXTexImage0Ids[8]
GXTexImage3Ids
u8 GXTexImage3Ids[8]
GXTexTlutIds
u8 GXTexTlutIds[8]
GXTexImage2Ids
u8 GXTexImage2Ids[8]
GXTexMode0Ids
u8 GXTexMode0Ids[8]
GXTexImage1Ids
u8 GXTexImage1Ids[8]
types.h
u8
unsigned char u8
Definition
types.h:5
extern
dolphin
include
dolphin
gx
GXCommandList.h
Generated by
1.17.0