forked from dolphin-emu/dolphin
Save settings to file when booting a game.
Fixes issue 6310.
This commit is contained in:
@@ -60,6 +60,7 @@ bool BootCore(const std::string& _rFilename)
|
||||
StartUp.m_BootType = SCoreStartupParameter::BOOT_ISO;
|
||||
StartUp.m_strFilename = _rFilename;
|
||||
SConfig::GetInstance().m_LastFilename = _rFilename;
|
||||
SConfig::GetInstance().SaveSettings();
|
||||
StartUp.bRunCompareClient = false;
|
||||
StartUp.bRunCompareServer = false;
|
||||
|
||||
|
Reference in New Issue
Block a user