Add support for disabling log from settings

This commit is contained in:
Sean 2014-10-27 17:18:28 -04:00
parent ae311eb3ef
commit 371b61f3ea
8 changed files with 37 additions and 0 deletions

View file

@ -26,6 +26,8 @@ struct Values {
int pad_sright_key;
bool use_virtual_sd;
bool enable_log;
} extern values;
}