diff options
Diffstat (limited to 'src/citra/config.h')
| -rw-r--r-- | src/citra/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra/config.h b/src/citra/config.h index c326ec669..d87ef7883 100644 --- a/src/citra/config.h +++ b/src/citra/config.h | |||
| @@ -9,8 +9,8 @@ | |||
| 9 | class INIReader; | 9 | class INIReader; |
| 10 | 10 | ||
| 11 | class Config { | 11 | class Config { |
| 12 | INIReader* glfw_config; | 12 | INIReader* sdl2_config; |
| 13 | std::string glfw_config_loc; | 13 | std::string sdl2_config_loc; |
| 14 | 14 | ||
| 15 | bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true); | 15 | bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true); |
| 16 | void ReadValues(); | 16 | void ReadValues(); |