mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 23:27:55 -05:00
Merge Config::ReadXYZs
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user