mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 08:21:18 +12:00
simplify deinit
This commit is contained in:
parent
312ecbccde
commit
04ed1c4ed9
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue