mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06: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:
@ -390,12 +390,6 @@ bool BootCore(std::unique_ptr<BootParameters> boot)
|
||||
return Core::Init(std::move(boot));
|
||||
}
|
||||
|
||||
void Stop()
|
||||
{
|
||||
Core::Stop();
|
||||
RestoreConfig();
|
||||
}
|
||||
|
||||
// SYSCONF can be modified during emulation by the user and internally, which makes it
|
||||
// a bad idea to just always overwrite it with the settings from the base layer.
|
||||
//
|
||||
|
Reference in New Issue
Block a user