mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-26 18:51:49 +01:00
fix audio restarting when returning from menu
This commit is contained in:
parent
2409162991
commit
e716bb9ca6
@ -113,6 +113,7 @@ SwitchAudioMode(int mode)
|
||||
{
|
||||
AUDIO_StopDMA();
|
||||
AUDIO_RegisterDMACallback(NULL);
|
||||
IsPlaying = 0;
|
||||
#ifndef NO_SOUND
|
||||
ASND_Init();
|
||||
ASND_Pause(0);
|
||||
|
Loading…
Reference in New Issue
Block a user