diff options
author | N <71219152+PokeCodec@users.noreply.github.com> | 2021-01-22 17:41:07 -0500 |
---|---|---|
committer | N <71219152+PokeCodec@users.noreply.github.com> | 2021-01-22 17:41:07 -0500 |
commit | c636b7c3ae93566fa4af2f7dcdde0f834e1f3630 (patch) | |
tree | 3d69a8108899d24a8c8009827a987aad06e2a150 /src/m4a.c | |
parent | e5e390d64bbb99d73f067a335eccdc12ce4bced0 (diff) |
Some more tweaks
Diffstat (limited to 'src/m4a.c')
-rw-r--r-- | src/m4a.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,7 @@ void MPlayExtender(struct CgbChannel *cgbChans) void MusicPlayerJumpTableCopy(void) { - asm("swi 0x2A"); + asm("svc 0x2A"); } void ClearChain(void *x) |