diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-08 09:34:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 09:34:35 -0400 |
commit | 536a823beb7c4aeb29319134b7e462da528fd50e (patch) | |
tree | 0f6f7449c619387eb1dc2aeb784ed501e09399d7 /arm9/lib/include/gx.h | |
parent | a1d072b7d59ecc5aae56165d9d8e4c6e70869165 (diff) | |
parent | ec0aa351a604faa11b0a17d9180f113ebb8928b1 (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.h | 3 |
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" |