summaryrefslogtreecommitdiff
path: root/arm9/lib/include/gx.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-09-08 09:34:35 -0400
committerGitHub <noreply@github.com>2020-09-08 09:34:35 -0400
commit536a823beb7c4aeb29319134b7e462da528fd50e (patch)
tree0f6f7449c619387eb1dc2aeb784ed501e09399d7 /arm9/lib/include/gx.h
parenta1d072b7d59ecc5aae56165d9d8e4c6e70869165 (diff)
parentec0aa351a604faa11b0a17d9180f113ebb8928b1 (diff)
Merge pull request #282 from red031000/master
arm9 MI_memory
Diffstat (limited to 'arm9/lib/include/gx.h')
-rw-r--r--arm9/lib/include/gx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arm9/lib/include/gx.h b/arm9/lib/include/gx.h
index f9478851..26f6cfaf 100644
--- a/arm9/lib/include/gx.h
+++ b/arm9/lib/include/gx.h
@@ -9,9 +9,6 @@
//temporary while other files aren't decompiled
void GXi_NopClearFifo128_(void *);
-void MI_Copy16B(const void *, void *);
-void MI_Copy64B(void *src, void *dst);
-void MIi_CpuCopy32(const void *src, void *dst, u32 size);
#include "GXcommon.h"
#include "GX_struct_2d.h"