From 32fee85569e5dbae8d26512e15fc16017f293d37 Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 29 Jun 2020 22:37:12 +0100 Subject: arm9 MI_dma --- arm9/lib/include/gx.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'arm9/lib/include/gx.h') 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" -- cgit v1.2.3