Skip to content

Commit

Permalink
Save settings to file when booting a game.
Browse files Browse the repository at this point in the history
Fixes issue 6310.
  • Loading branch information
RachelBryk committed May 24, 2013
1 parent a51d6a6 commit 026ab26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/Src/BootManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 026ab26

Please sign in to comment.