mirror of
https://github.com/libretro/retroluxury.git
synced 2024-11-23 07:39:47 +00:00
rl_sound_stop_ogg now calls the stop callback
This commit is contained in:
parent
355e2e9a12
commit
315b755a18
@ -226,6 +226,11 @@ void rl_sound_stop_ogg( void )
|
||||
stb_vorbis_close( ogg_stream );
|
||||
rl_free( ogg_alloc.alloc_buffer );
|
||||
|
||||
if ( ogg_stop_cb )
|
||||
{
|
||||
ogg_stop_cb( NULL );
|
||||
}
|
||||
|
||||
ogg_stream = NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user