simplify deinit

This commit is contained in:
goeiecool9999 2023-12-17 04:33:01 +01:00
parent 312ecbccde
commit 04ed1c4ed9

View file

@ -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();
}
}