mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Fixed an issue that caused the log to not be flushed during emergency shutdown.
This commit is contained in:
parent
f25973f9b9
commit
7e7ba0aac8
|
@ -237,7 +237,6 @@ void emergencyShutdown()
|
|||
LOG(LogError) << "Critical - Performing emergency shutdown...";
|
||||
|
||||
MameNames::deinit();
|
||||
AudioManager::getInstance()->deinit();
|
||||
// Most of the SDL deinitialization is done in Renderer.
|
||||
Renderer::deinit();
|
||||
Log::flush();
|
||||
|
|
Loading…
Reference in a new issue