diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra/config.h b/src/citra/config.h index de0570b42..c4fac2459 100644 --- a/src/citra/config.h +++ b/src/citra/config.h | |||
| @@ -16,6 +16,7 @@ class Config { | |||
| 16 | 16 | ||
| 17 | bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true); | 17 | bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true); |
| 18 | void ReadControls(); | 18 | void ReadControls(); |
| 19 | void ReadData(); | ||
| 19 | public: | 20 | public: |
| 20 | Config(); | 21 | Config(); |
| 21 | ~Config(); | 22 | ~Config(); |