aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/config.h')
-rw-r--r--src/citra_qt/config.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/citra_qt/config.h b/src/citra_qt/config.h
index 8c6568cb..4485cae7 100644
--- a/src/citra_qt/config.h
+++ b/src/citra_qt/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
@@ -12,15 +12,8 @@ class Config {
QSettings* qt_config;
std::string qt_config_loc;
- void ReadControls();
- void SaveControls();
- void ReadCore();
- void SaveCore();
- void ReadData();
- void SaveData();
-
- void ReadMiscellaneous();
- void SaveMiscellaneous();
+ void ReadValues();
+ void SaveValues();
public:
Config();
~Config();