mirror of https://github.com/zeldaret/tp.git
Remove duplicate GXNormal1x16 (#2273)
This commit is contained in:
parent
78d206c1a3
commit
36300580c4
|
|
@ -99,10 +99,6 @@ volatile PPCWGPipe GXWGFifo AT_ADDRESS(GXFIFO_ADDR);
|
|||
GX_XF_LOAD_REG_HDR(cmd); \
|
||||
}
|
||||
|
||||
static inline void GXNormal1x16(const u16 x) {
|
||||
GXWGFifo.u16 = x;
|
||||
}
|
||||
|
||||
static inline void GXPosition3f32(const f32 x, const f32 y, const f32 z) {
|
||||
GXWGFifo.f32 = x;
|
||||
GXWGFifo.f32 = y;
|
||||
|
|
|
|||
Loading…
Reference in New Issue