Merge pull request #2120 from JosJuice/show-default-gameini

ISOProperties: Allow opening region-free INIs with "Show Defaults" button
This commit is contained in:
Markus Wick
2015-02-27 17:58:42 +01:00
4 changed files with 49 additions and 34 deletions

View File

@ -241,8 +241,8 @@ private:
IniFile GameIniDefault;
IniFile GameIniLocal;
std::string GameIniFileDefault;
std::string GameIniFileLocal;
std::string game_id;
std::set<std::string> DefaultPatches;
std::set<std::string> DefaultCheats;