mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Fix the no gui build for the recent std event changes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7317 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
6d93d473ad
commit
e0df7d799a
@ -306,7 +306,6 @@ int main(int argc, char* argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
updateMainFrameEvent.Init();
|
||||
LogManager::Init();
|
||||
SConfig::Init();
|
||||
VideoBackend::PopulateList();
|
||||
@ -353,7 +352,6 @@ int main(int argc, char* argv[])
|
||||
#endif
|
||||
}
|
||||
|
||||
updateMainFrameEvent.Shutdown();
|
||||
WiimoteReal::Shutdown();
|
||||
VideoBackend::ClearList();
|
||||
SConfig::Shutdown();
|
||||
|
Loading…
x
Reference in New Issue
Block a user