mirror of
https://github.com/dborth/vbagx.git
synced 2025-01-14 03:29:06 +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_StopDMA();
|
||||||
AUDIO_RegisterDMACallback(NULL);
|
AUDIO_RegisterDMACallback(NULL);
|
||||||
|
IsPlaying = 0;
|
||||||
#ifndef NO_SOUND
|
#ifndef NO_SOUND
|
||||||
ASND_Init();
|
ASND_Init();
|
||||||
ASND_Pause(0);
|
ASND_Pause(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user