mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 13:20:04 +00:00
Add support for disabling log from settings
This commit is contained in:
parent
ae311eb3ef
commit
371b61f3ea
8 changed files with 37 additions and 0 deletions
|
@ -17,6 +17,9 @@ class Config {
|
|||
|
||||
void ReadData();
|
||||
void SaveData();
|
||||
|
||||
void ReadMiscellaneous();
|
||||
void SaveMiscellaneous();
|
||||
public:
|
||||
Config();
|
||||
~Config();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue