mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Core: Remove unneeded config save
We don't touch the user config during booting, so there is nothing to manually save.
This commit is contained in:
@ -224,7 +224,6 @@ bool BootCore(const std::string& filename, SConfig::EBootBS2 type)
|
|||||||
|
|
||||||
StartUp.m_BootType = SConfig::BOOT_ISO;
|
StartUp.m_BootType = SConfig::BOOT_ISO;
|
||||||
StartUp.m_strFilename = filename;
|
StartUp.m_strFilename = filename;
|
||||||
StartUp.SaveSettings();
|
|
||||||
StartUp.bRunCompareClient = false;
|
StartUp.bRunCompareClient = false;
|
||||||
StartUp.bRunCompareServer = false;
|
StartUp.bRunCompareServer = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user