diff options
Diffstat (limited to 'src/citra/config.h')
| -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 63b5978e2..19bb83700 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 ReadCore(); | ||
| 19 | void ReadData(); | 20 | void ReadData(); |
| 20 | void ReadMiscellaneous(); | 21 | void ReadMiscellaneous(); |
| 21 | public: | 22 | public: |