summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-10-25 21:54:44 +0200
committerarchshift <admin@archshift.com>2014-10-28 02:35:21 +0100
commit0783498f570e7d5c00174cd10a3c1ff105d1eae6 (patch)
tree10f64506a8f5111f56c4db17c95f6aba19baf0b9 /src/core/settings.h
parentMerge pull request #150 from lioncash/typo (diff)
downloadyuzu-0783498f570e7d5c00174cd10a3c1ff105d1eae6.tar
yuzu-0783498f570e7d5c00174cd10a3c1ff105d1eae6.tar.gz
yuzu-0783498f570e7d5c00174cd10a3c1ff105d1eae6.tar.bz2
yuzu-0783498f570e7d5c00174cd10a3c1ff105d1eae6.tar.lz
yuzu-0783498f570e7d5c00174cd10a3c1ff105d1eae6.tar.xz
yuzu-0783498f570e7d5c00174cd10a3c1ff105d1eae6.tar.zst
yuzu-0783498f570e7d5c00174cd10a3c1ff105d1eae6.zip
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index d586e2ef4..3e4781884 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -7,6 +7,7 @@
namespace Settings {
struct Values {
+ // Controls
int pad_a_key;
int pad_b_key;
int pad_x_key;
@@ -25,6 +26,10 @@ struct Values {
int pad_sleft_key;
int pad_sright_key;
+ // Core
+ int cpu_core;
+
+ // Data Storage
bool use_virtual_sd;
} extern values;