diff options
author | red031000 <rubenru09@aol.com> | 2020-06-29 22:37:12 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-29 22:37:12 +0100 |
commit | 32fee85569e5dbae8d26512e15fc16017f293d37 (patch) | |
tree | 7b6c5fa308c13af3fef81d63563dc765b1b0c537 /arm9/lib/include/gx.h | |
parent | a0d97c85151a1a1750176f29edaad02355887c06 (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" |