Services: Stub some functions

This commit is contained in:
purpasmart96 2015-01-31 15:11:51 -08:00
parent dbff4e5e12
commit 60ce36f721
8 changed files with 206 additions and 8 deletions

View file

@ -36,6 +36,9 @@ struct Values {
// Data Storage
bool use_virtual_sd;
// System Region
int region_value;
std::string log_filter;
} extern values;