Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #137 from RachelBryk/isoproperties
Fix reading revision specific default game inis in ISOProperties.
  • Loading branch information
Parlane committed Mar 5, 2014
2 parents fce9ac8 + d06eb0f commit 8557e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/ISOProperties.cpp
Expand Up @@ -182,7 +182,7 @@ CISOProperties::CISOProperties(const std::string fileName, wxWindow* parent, wxW

GameIniDefault.Load(GameIniFileDefault);
if (_iniFilenameRevisionSpecific != "")
GameIniDefault.Load(GameIniFileDefaultRevisionSpecific);
GameIniDefault.Load(GameIniFileDefaultRevisionSpecific, true);
GameIniLocal.Load(GameIniFileLocal);

// Setup GUI
Expand Down

0 comments on commit 8557e96

Please sign in to comment.