aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra/config.h')
-rw-r--r--src/citra/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/citra/config.h b/src/citra/config.h
index 19bb8370..0eb176c7 100644
--- a/src/citra/config.h
+++ b/src/citra/config.h
@@ -1,5 +1,5 @@
// Copyright 2014 Citra Emulator Project
-// Licensed under GPLv2
+// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
@@ -15,10 +15,7 @@ class Config {
std::string glfw_config_loc;
bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true);
- void ReadControls();
- void ReadCore();
- void ReadData();
- void ReadMiscellaneous();
+ void ReadValues();
public:
Config();
~Config();