diff options
Diffstat (limited to 'src/citra/config.h')
| -rw-r--r-- | src/citra/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/citra/config.h b/src/citra/config.h index 52a478146..8bd2b294b 100644 --- a/src/citra/config.h +++ b/src/citra/config.h | |||
| @@ -13,8 +13,9 @@ class Config { | |||
| 13 | std::unique_ptr<INIReader> sdl2_config; | 13 | std::unique_ptr<INIReader> sdl2_config; |
| 14 | std::string sdl2_config_loc; | 14 | std::string sdl2_config_loc; |
| 15 | 15 | ||
| 16 | bool LoadINI(const std::string& default_contents="", bool retry=true); | 16 | bool LoadINI(const std::string& default_contents = "", bool retry = true); |
| 17 | void ReadValues(); | 17 | void ReadValues(); |
| 18 | |||
| 18 | public: | 19 | public: |
| 19 | Config(); | 20 | Config(); |
| 20 | 21 | ||