diff options
author | N <71219152+PokeCodec@users.noreply.github.com> | 2021-01-22 17:41:57 -0500 |
---|---|---|
committer | N <71219152+PokeCodec@users.noreply.github.com> | 2021-01-22 17:41:57 -0500 |
commit | 3102d94e3c938adcca0ec625047925ff109bf39c (patch) | |
tree | ff9a817b0510cd46c2e51a6d23793c0127fc178d /src/m4a.c | |
parent | c636b7c3ae93566fa4af2f7dcdde0f834e1f3630 (diff) |
Undo change
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("svc 0x2A"); + asm("swi 0x2A"); } void ClearChain(void *x) |