mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
NoGUI: Add missing call to Core::Shutdown().
Fixes a crash when exiting the application.
This commit is contained in:
@ -389,6 +389,7 @@ int main(int argc, char* argv[])
|
||||
VideoBackend::ClearList();
|
||||
SConfig::Shutdown();
|
||||
LogManager::Shutdown();
|
||||
Core::Shutdown();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user