More work on z_scene_proc.c 31/36 matching, 3 non-matching, 2 not attempted

This commit is contained in:
rozlette
2019-12-29 21:34:58 -06:00
parent fe8a5a216e
commit 8d8df1848e
13 changed files with 612 additions and 138 deletions
+6 -6
View File
@@ -2732,12 +2732,12 @@ _DW({ \
#endif /* F3DEX_GBI_2 */
#define gSPEndDisplayList(pkt) \
{ \
_DW({ \
Gfx *_g = (Gfx *)(pkt); \
\
_g->words.w0 = _SHIFTL(G_ENDDL, 24, 8); \
_g->words.w1 = 0; \
}
})
#define gsSPEndDisplayList() \
{ \
@@ -3035,12 +3035,12 @@ _DW({ \
#define gsDPSetCombineMode(a, b) gsDPSetCombineLERP(a, b)
#define gDPSetColor(pkt, c, d) \
{ \
_DW({ \
Gfx *_g = (Gfx *)(pkt); \
\
_g->words.w0 = _SHIFTL(c, 24, 8); \
_g->words.w1 = (unsigned int)(d); \
}
})
#define gsDPSetColor(c, d) \
{ \
@@ -4325,12 +4325,12 @@ _DW({ \
}
#define gDPNoParam(pkt, cmd) \
{ \
_DW({ \
Gfx *_g = (Gfx *)(pkt); \
\
_g->words.w0 = _SHIFTL(cmd, 24, 8); \
_g->words.w1 = 0; \
}
})
#define gsDPNoParam(cmd) \
{ \