Skip to content

Commit

Permalink
simplify deinit
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed Dec 17, 2023
1 parent 312ecbc commit 04ed1c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Cafe/HW/Latte/Core/LatteThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 04ed1c4

Please sign in to comment.