diff options
Diffstat (limited to 'arm9/lib/src/GX_g3imm.c')
-rw-r--r-- | arm9/lib/src/GX_g3imm.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arm9/lib/src/GX_g3imm.c b/arm9/lib/src/GX_g3imm.c deleted file mode 100644 index 1798338e..00000000 --- a/arm9/lib/src/GX_g3imm.c +++ /dev/null @@ -1,17 +0,0 @@ -#include "global.h" -#include "gx.h" - -ARM_FUNC void G3_LoadMtx43(struct Mtx43 *mtx){ - reg_G3X_GXFIFO = 0x17; - GX_SendFifo48B(mtx, (void *)®_G3X_GXFIFO); -} - -ARM_FUNC void G3_MultMtx43(struct Mtx43 *mtx){ - reg_G3X_GXFIFO = 0x19; - GX_SendFifo48B(mtx, (void *)®_G3X_GXFIFO); -} - -ARM_FUNC void G3_MultMtx33(struct Mtx33 *mtx){ - reg_G3X_GXFIFO = 0x1A; - MI_Copy36B(mtx, (void *)®_G3X_GXFIFO); -} |