From 36300580c4b567206af600b8801afe368568107e Mon Sep 17 00:00:00 2001 From: hatal175 Date: Mon, 30 Dec 2024 00:58:43 +0200 Subject: [PATCH] Remove duplicate GXNormal1x16 (#2273) --- include/dolphin/gx.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/dolphin/gx.h b/include/dolphin/gx.h index 7512bbaae9c..e59235b3729 100644 --- a/include/dolphin/gx.h +++ b/include/dolphin/gx.h @@ -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;