mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Similar fix for sdl
This commit is contained in:
parent
912c0af812
commit
503ad8c9e5
@ -122,6 +122,7 @@ int sound_sdl::init(osd_interface &osd, const osd_options &options)
|
|||||||
void sound_sdl::exit()
|
void sound_sdl::exit()
|
||||||
{
|
{
|
||||||
SDL_QuitSubSystem(SDL_INIT_AUDIO);
|
SDL_QuitSubSystem(SDL_INIT_AUDIO);
|
||||||
|
m_devices.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t sound_sdl::get_generation()
|
uint32_t sound_sdl::get_generation()
|
||||||
|
Loading…
Reference in New Issue
Block a user