Remove duplicate GXNormal1x16 (#2273)

This commit is contained in:
hatal175 2024-12-30 00:58:43 +02:00 committed by GitHub
parent 78d206c1a3
commit 36300580c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -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;