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
|
@ -26,6 +26,8 @@ struct Values {
|
|||
int pad_sright_key;
|
||||
|
||||
bool use_virtual_sd;
|
||||
|
||||
bool enable_log;
|
||||
} extern values;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue