mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Remove useless BootManager::Stop
It's not used anywhere other than in DolphinQt2, where the usage is incorrect and stupid since we shouldn't be trying to stop the core and 'restore config' that was changed by the core at app exit time, but immediately when the core is being shut down.
This commit is contained in:
parent
f64cbc86b1
commit
f802dc14c1
3 changed files with 0 additions and 9 deletions
|
@ -220,7 +220,6 @@ int main(int argc, char* argv[])
|
|||
retval = app.exec();
|
||||
}
|
||||
|
||||
BootManager::Stop();
|
||||
Core::Shutdown();
|
||||
UICommon::Shutdown();
|
||||
Host::GetInstance()->deleteLater();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue