aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-01-31 15:11:51 -0800
committerGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-02-07 17:34:59 -0800
commit60ce36f721415a1be26eab838ed4196efd3e475f (patch)
treea59e99e485ee5ede0823fc358f49d0085c477bee /src/core/settings.h
parentdbff4e5e1226e16fdf5d79f2b57847bb5107149a (diff)
Services: Stub some functions
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 4b892884..9b52be25 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -36,6 +36,9 @@ struct Values {
// Data Storage
bool use_virtual_sd;
+ // System Region
+ int region_value;
+
std::string log_filter;
} extern values;