hudRenderEyespySideRect

This commit is contained in:
Ryan Dwyer
2020-12-15 17:13:09 +10:00
parent 4036f77504
commit 910cadde62
28 changed files with 272 additions and 259 deletions
-9
View File
@@ -3163,15 +3163,6 @@ typedef union {
_SHIFTL(b, 8, 8) | _SHIFTL(a, 0, 8)); \
}
#define gDPSetPrimColorViaWord(pkt, m, l, rgba) \
{ \
Gfx *_g = (Gfx *)(pkt); \
\
_g->words.w0 = (_SHIFTL(G_SETPRIMCOLOR, 24, 8) | \
_SHIFTL(m, 8, 8) | _SHIFTL(l, 0, 8)); \
_g->words.w1 = (rgba); \
}
#define gsDPSetPrimColor(m, l, r, g, b, a) \
{{ \
(_SHIFTL(G_SETPRIMCOLOR, 24, 8) | _SHIFTL(m, 8, 8) | \