diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-09-09 13:42:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 13:42:32 -0400 |
commit | 4d9614826c565c4ad22da1c988034ff2bff4001a (patch) | |
tree | 60650bf82207f63ff387e3855f88bae86e715325 /arm9/lib/src/MI_init.c | |
parent | 8aba1bb4d0cb579bae4d797588c3ca85466b6e20 (diff) | |
parent | 85cf49ed0d9d8837e6e5dc9537b0c77a2f966f13 (diff) |
Merge pull request #284 from red031000/master
arm9 MI_dma_card and MI_dma_hblank
Diffstat (limited to 'arm9/lib/src/MI_init.c')
-rw-r--r-- | arm9/lib/src/MI_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/src/MI_init.c b/arm9/lib/src/MI_init.c index 4556e95a..4c861286 100644 --- a/arm9/lib/src/MI_init.c +++ b/arm9/lib/src/MI_init.c @@ -1,3 +1,4 @@ +#include "MI_init.h" #include "nitro/types.h" #include "function_target.h" #include "MI_dma.h" |