GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / gles2n64 / src / S2DEX2.h
1 #ifndef S2DEX2_H
2 #define S2DEX2_H
3
4 void S2DEX2_Init();
5
6 #define S2DEX2_OBJ_RECTANGLE_R  0xDA
7 #define S2DEX2_OBJ_MOVEMEM      0xDC
8 #define S2DEX2_RDPHALF_0        0xE4
9 #define S2DEX2_OBJ_RECTANGLE    0x01
10 #define S2DEX2_OBJ_SPRITE       0x02
11 #define S2DEX2_SELECT_DL        0x04
12 #define S2DEX2_OBJ_LOADTXTR     0x05
13 #define S2DEX2_OBJ_LDTX_SPRITE  0x06
14 #define S2DEX2_OBJ_LDTX_RECT    0x07
15 #define S2DEX2_OBJ_LDTX_RECT_R  0x08
16 #define S2DEX2_BG_1CYC          0x09
17 #define S2DEX2_BG_COPY          0x0A
18 #define S2DEX2_OBJ_RENDERMODE   0x0B
19 #endif
20