mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-10 10:21:30 -06:00
simplify deinit
This commit is contained in:
parent
312ecbccde
commit
04ed1c4ed9
@ -309,9 +309,5 @@ void LatteThread_ShutdownBootSound()
|
||||
g_BootSndFileReader.reset();
|
||||
if(g_bootSndFileHandle)
|
||||
fsc_close(g_bootSndFileHandle);
|
||||
if(g_BootSndAudioDev)
|
||||
{
|
||||
g_BootSndAudioDev->Stop();
|
||||
g_BootSndAudioDev.reset();
|
||||
}
|
||||
g_BootSndAudioDev.reset();
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user