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