mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
dsp_rom.ds: use org directive to pad out to correct size
This commit is contained in:
parent
8905b363cf
commit
a182c7f2a5
1 changed files with 3 additions and 0 deletions
|
@ -196,3 +196,6 @@ ____mix_add_ramp_end_loop:
|
|||
mrr $AR1, $IX3
|
||||
mrr $AR3, $IX2
|
||||
ret
|
||||
|
||||
WARNPC 0x1000
|
||||
ORG 0x1000
|
||||
|
|
Loading…
Add table
Reference in a new issue