mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-12 03:09: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)
|
void gx_audio_Shutdown(void)
|
||||||
{
|
{
|
||||||
|
PauseOgg(1);
|
||||||
|
StopOgg();
|
||||||
|
ASND_Pause(1);
|
||||||
|
ASND_End();
|
||||||
if (Bg_music_ogg) free(Bg_music_ogg);
|
if (Bg_music_ogg) free(Bg_music_ogg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user