diff options
author | red031000 <rubenru09@aol.com> | 2020-06-29 22:37:12 +0100 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-30 08:38:34 -0400 |
commit | 911ea0ec0e196c76928949cdbc59da8a20d54b60 (patch) | |
tree | e6bd9c653630931a5df2a969324f42ed13a64fff /arm9/lib/include/gx.h | |
parent | 43017b6bb0f6a25bd976e7a73c7a294e085786e1 (diff) |
arm9 MI_dma
Diffstat (limited to 'arm9/lib/include/gx.h')
-rw-r--r-- | arm9/lib/include/gx.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arm9/lib/include/gx.h b/arm9/lib/include/gx.h index f1c9fa50..bc89aa04 100644 --- a/arm9/lib/include/gx.h +++ b/arm9/lib/include/gx.h @@ -9,17 +9,9 @@ void GXi_NopClearFifo128_(void *); void MI_Copy16B(const void *, void *); -void MI_DmaFill32Async(u32, void *, u32, u32, u32, u32); -void MI_DmaFill32(u32, void *, u32, u32); -void MIi_CpuClear32(u32, void *, u32); void MI_Copy64B(void *src, void *dst); -void MI_WaitDma(u32); -void MI_DmaCopy32Async(u32, const void *, void *, u32, void *, void *); -void MI_DmaCopy16(u32 unk, const void *src, void *dst, u32 size); -void MI_DmaCopy32(u32 unk, const void *src, void *dst, u32 size); void MIi_CpuCopy32(const void *src, void *dst, u32 size); void OSi_UnlockVram(u16, u16); -void MIi_CpuClear32(u32, void *, u32); #include "GXcommon.h" #include "GX_struct_2d.h" |