mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-21 21:40:36 -04:00
Implement & link initial_menu
This commit is contained in:
@@ -20,6 +20,8 @@ extern "C" {
|
||||
|
||||
#define G_FIRST_CMD G_SETTEXEDGEALPHA
|
||||
|
||||
#define G_CC_BLENDPRIMDECALA 0, 0, 0, PRIMITIVE, 0, 0, 0, TEXEL0
|
||||
|
||||
/* Triangle/Quad vertex bit size */
|
||||
#define POLY_5b 0 /* 5 bits per vertex index (0 - 31) */
|
||||
#define POLY_7b 1 /* 7 bits per vertex index (0 - 127) */
|
||||
@@ -579,6 +581,12 @@ do { \
|
||||
(u32)0 \
|
||||
}}
|
||||
|
||||
#define G_DL_GXDL 2
|
||||
|
||||
/* Macro for calling GC formatted display lists from N64 lists */
|
||||
#define gGXCallDisplayList(pkt, dl, nbytes) gDma1p(pkt, G_DL, dl, nbytes, G_DL_GXDL)
|
||||
#define gsGXCallDisplayList(dl, nbytes) gsDma1p(pkt, G_DL, dl, nbytes, G_DL_GXDL)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user