diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-02-17 12:26:45 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-02-17 09:26:45 -0800 |
commit | afd45e9dd4f6ee922b60a48cf2bb6d8ee44b1783 (patch) | |
tree | 98940e92764d532189f14ea2f329ed5cbad9a43a /ld_script.txt | |
parent | 9a80b550f0adc7faad4a323f3c7baeb2f9de6102 (diff) |
finish decompiling dma3_manager.c except for ProcessDma3Requests (#18)
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index c6c40a62f..7f06bb361 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -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); |