mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +01:00
proper audio shutdown
This commit is contained in:
parent
a54f743cb4
commit
64676a0b45
@ -86,6 +86,10 @@ void gx_audio_Init(void)
|
||||
|
||||
void gx_audio_Shutdown(void)
|
||||
{
|
||||
PauseOgg(1);
|
||||
StopOgg();
|
||||
ASND_Pause(1);
|
||||
ASND_End();
|
||||
if (Bg_music_ogg) free(Bg_music_ogg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user