From c71438dbdd04e08117e43bdb1ada767450fee96c Mon Sep 17 00:00:00 2001 From: red031000 Date: Tue, 20 Oct 2020 19:59:06 +0100 Subject: arm9 card_rom --- arm9/lib/include/MI_dma.h | 2 ++ 1 file changed, 2 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 aafc798b..8ce3f417 100644 --- a/arm9/lib/include/MI_dma.h +++ b/arm9/lib/include/MI_dma.h @@ -7,6 +7,8 @@ typedef void (*MIDmaCallback)(void *); +#define MI_DMA_MAX_NUM 3 + #define REG_ADDR_DMA0CNT 0x40000b8 #define REG_ADDR_DMA0_CLR_DATA 0x40000e0 -- cgit v1.2.3