From 85cf49ed0d9d8837e6e5dc9537b0c77a2f966f13 Mon Sep 17 00:00:00 2001 From: red031000 Date: Wed, 9 Sep 2020 18:13:46 +0100 Subject: arm9 MI_dma_hblank --- arm9/lib/include/MI_dma.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm9/lib/include/MI_dma.h') diff --git a/arm9/lib/include/MI_dma.h b/arm9/lib/include/MI_dma.h index bf07129a..aafc798b 100644 --- a/arm9/lib/include/MI_dma.h +++ b/arm9/lib/include/MI_dma.h @@ -17,7 +17,10 @@ typedef void (*MIDmaCallback)(void *); #define MI_CNT_COPY16(size) (0x80000000 | ((size)/2)) #define MI_DMA_SRC_FIX (2UL << 23) +#define MI_DMA_SRC_INC (0UL << 23) + #define MIi_DMA_TIMING_ANY (u32)(~0) +#define MI_DMA_TIMING_H_BLANK (2UL << 27) typedef union { -- cgit v1.2.3