mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-22 01:08:43 +00:00
Merge pull request #2120 from JosJuice/show-default-gameini
ISOProperties: Allow opening region-free INIs with "Show Defaults" button
This commit is contained in:
commit
4f9fcbaba9
4 changed files with 49 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue