Shutdown the Core before other components.

Other components depend on the EmuThread being stopped.
This commit is contained in:
Jules Blok 2014-07-13 23:47:59 +02:00
commit aa2495205e
2 changed files with 2 additions and 2 deletions

View file

@ -453,11 +453,11 @@ void DolphinApp::OnEndSession(wxCloseEvent& event)
int DolphinApp::OnExit()
{
Core::Shutdown();
WiimoteReal::Shutdown();
VideoBackend::ClearList();
SConfig::Shutdown();
LogManager::Shutdown();
Core::Shutdown();
delete m_locale;