diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-01-08 19:33:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 19:33:39 -0500 |
commit | 3289261e5aaddcd67f72513de06a72a379854d5c (patch) | |
tree | 3af221138ff7d6e8ad56a4b95a6255a0edc3812b /arm9/lib/include/MI_dma.h | |
parent | ee1f12ce06e865f47511ba200029e0afaafa4255 (diff) | |
parent | 1e268426533b6bb78b86e35577c72cd4bb5cbb4c (diff) |
Merge pull request #312 from red031000/master
decompile CTRDG_common
Diffstat (limited to 'arm9/lib/include/MI_dma.h')
-rw-r--r-- | arm9/lib/include/MI_dma.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arm9/lib/include/MI_dma.h b/arm9/lib/include/MI_dma.h index 8ce3f417..99d1cb84 100644 --- a/arm9/lib/include/MI_dma.h +++ b/arm9/lib/include/MI_dma.h @@ -21,6 +21,9 @@ typedef void (*MIDmaCallback)(void *); #define MI_DMA_SRC_FIX (2UL << 23) #define MI_DMA_SRC_INC (0UL << 23) +#define MI_DMA_16BIT_BUS (0UL << 26) +#define MI_DMA_32BIT_BUS (1UL << 26) + #define MIi_DMA_TIMING_ANY (u32)(~0) #define MI_DMA_TIMING_H_BLANK (2UL << 27) |