diff options
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" |