summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorJamePeng <jame_peng@sina.com>2016-04-20 12:12:05 +0200
committerJamePeng <jame_peng@sina.com>2016-04-20 12:12:05 +0200
commit7129611e65096ba2cbe8266f6cb068a9b18981d8 (patch)
treee411b0e7d50ece8adee68ddcd1bc1b6936b0b91e /src/core/settings.h
parentMerge pull request #1644 from polaris-/gdb-fixes (diff)
downloadyuzu-7129611e65096ba2cbe8266f6cb068a9b18981d8.tar
yuzu-7129611e65096ba2cbe8266f6cb068a9b18981d8.tar.gz
yuzu-7129611e65096ba2cbe8266f6cb068a9b18981d8.tar.bz2
yuzu-7129611e65096ba2cbe8266f6cb068a9b18981d8.tar.lz
yuzu-7129611e65096ba2cbe8266f6cb068a9b18981d8.tar.xz
yuzu-7129611e65096ba2cbe8266f6cb068a9b18981d8.tar.zst
yuzu-7129611e65096ba2cbe8266f6cb068a9b18981d8.zip
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 97ddcdff9..4034b795a 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -40,6 +40,9 @@ static const std::array<Values, NUM_INPUTS> All = {{
struct Values {
+ // CheckNew3DS
+ bool is_new3ds;
+
// Controls
std::array<int, NativeInput::NUM_INPUTS> input_mappings;