mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 15:18:21 -05:00
Add support for disabling log from settings
This commit is contained in:
@ -17,6 +17,7 @@ class Config {
|
||||
bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true);
|
||||
void ReadControls();
|
||||
void ReadData();
|
||||
void ReadMiscellaneous();
|
||||
public:
|
||||
Config();
|
||||
~Config();
|
||||
|
Reference in New Issue
Block a user