finish decompiling dma3_manager.c except for ProcessDma3Requests (#18)

This commit is contained in:
ProjectRevoTPP
2017-02-17 12:26:45 -05:00
committed by YamaArashi
parent 9a80b550f0
commit afd45e9dd4
3 changed files with 529 additions and 556 deletions

View File

@@ -43,7 +43,7 @@ SECTIONS {
asm/crt0.o(.text);
src/main.o(.text);
src/malloc.o(.text);
asm/dma3_manager.o(.text);
src/dma3_manager.o(.text);
src/gpu_regs.o(.text);
asm/bg.o(.text);
asm/blit.o(.text);