diff options
author | YamaArashi <shadow962@live.com> | 2016-01-08 01:08:16 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-08 01:08:16 -0800 |
commit | b4781cdf03fc43946b0e9f0686bce58083fe84cd (patch) | |
tree | 9290747628c10aac13fee3a7d2eefe86f6886feb /asm/emerald.s | |
parent | 4e95a132955541349558aeeba29a44890aefcee2 (diff) |
gpu_regs.c
Diffstat (limited to 'asm/emerald.s')
-rw-r--r-- | asm/emerald.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/emerald.s b/asm/emerald.s index a8ed6cd82..1b48e8b07 100644 --- a/asm/emerald.s +++ b/asm/emerald.s @@ -15,7 +15,7 @@ Start: .include "asm/main.s" .include "genasm/malloc.s" .include "asm/dma3_manager.s" - .include "asm/gpu_reg_manager.s" + .include "genasm/gpu_regs.s" .include "asm/gpu_bg.s" .include "asm/pixel_buffer.s" .include "asm/window.s" |