summaryrefslogtreecommitdiff
path: root/src/m4a.c
diff options
context:
space:
mode:
authorN <71219152+PokeCodec@users.noreply.github.com>2021-01-22 17:41:07 -0500
committerN <71219152+PokeCodec@users.noreply.github.com>2021-01-22 17:41:07 -0500
commitc636b7c3ae93566fa4af2f7dcdde0f834e1f3630 (patch)
tree3d69a8108899d24a8c8009827a987aad06e2a150 /src/m4a.c
parente5e390d64bbb99d73f067a335eccdc12ce4bced0 (diff)
Some more tweaks
Diffstat (limited to 'src/m4a.c')
-rw-r--r--src/m4a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4a.c b/src/m4a.c
index e079ba4f6..ee6a81162 100644
--- a/src/m4a.c
+++ b/src/m4a.c
@@ -315,7 +315,7 @@ void MPlayExtender(struct CgbChannel *cgbChans)
void MusicPlayerJumpTableCopy(void)
{
- asm("swi 0x2A");
+ asm("svc 0x2A");
}
void ClearChain(void *x)