diff options
author | Made <made111@gmx.de> | 2020-05-15 04:03:35 +0200 |
---|---|---|
committer | Made <made111@gmx.de> | 2020-05-15 04:03:35 +0200 |
commit | 08e4b4f6657bac9d361a9f6948ae6d2bfe50eebf (patch) | |
tree | c800e9e932824e5e03c018c194a9e1ae35e2a6fc /arm9/lib/src/GX_g3x.c | |
parent | 7e9089849989d5e930eb5b5f7cecfd8d2c6c379c (diff) |
Cleanup
Diffstat (limited to 'arm9/lib/src/GX_g3x.c')
-rw-r--r-- | arm9/lib/src/GX_g3x.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arm9/lib/src/GX_g3x.c b/arm9/lib/src/GX_g3x.c index f9c2adb7..70c4f3fe 100644 --- a/arm9/lib/src/GX_g3x.c +++ b/arm9/lib/src/GX_g3x.c @@ -3,13 +3,6 @@ #include "gx.h" extern u32 gUnk02106814; -void MI_Copy64B(void *, void *); -void MIi_CpuCopy16(void *, void *, u32); -void GXi_NopClearFifo128_(void *); -void MI_Copy16B(void *, void *); -void MI_DmaFill32Async(u32, void *, u32, u32, u32, u32); -void MI_DmaFill32(u32, void *, u32, u32); -void MIi_CpuClear32(u32, void *, u32); asm void GXi_NopClearFifo128_(void *reg){ mov r1, #0x0 |