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