diff options
author | JamePeng <jame_peng@sina.com> | 2016-04-20 12:12:05 +0200 |
---|---|---|
committer | JamePeng <jame_peng@sina.com> | 2016-04-20 12:12:05 +0200 |
commit | 7129611e65096ba2cbe8266f6cb068a9b18981d8 (patch) | |
tree | e411b0e7d50ece8adee68ddcd1bc1b6936b0b91e /src/core/settings.h | |
parent | Merge pull request #1644 from polaris-/gdb-fixes (diff) | |
download | yuzu-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 '')
-rw-r--r-- | src/core/settings.h | 3 |
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; |