diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 13:42:59 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 13:42:59 -0800 |
commit | b810d6eb50f6fdef3f012099f81b1e40f6bffabb (patch) | |
tree | 237d2e4d8173497ed98a4ac99159b59067df01bc /ld_script.txt | |
parent | a3ea99b297cafb22c2dd190640935e64465244ba (diff) |
decompile gpu_regs
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 7968c5b4a..c04338479 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -83,7 +83,7 @@ SECTIONS { { asm/crt0.o(.text); src/main.o(.text); - asm/gpu_regs.o(.text); + src/gpu_regs.o(.text); asm/dma3_manager.o(.text); asm/bg.o(.text); asm/malloc.o(.text); |