mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-12 12:15:11 -04:00
hudRenderEyespySideRect
This commit is contained in:
@@ -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) | \
|
||||
|
||||
Reference in New Issue
Block a user