diff options
author | JamePeng <jame_peng@sina.com> | 2016-04-20 18:12:05 +0800 |
---|---|---|
committer | JamePeng <jame_peng@sina.com> | 2016-04-20 18:12:05 +0800 |
commit | 7129611e65096ba2cbe8266f6cb068a9b18981d8 (patch) | |
tree | e411b0e7d50ece8adee68ddcd1bc1b6936b0b91e /src/core/settings.h | |
parent | a4c5d8fd50e32545494a4ac158892310dfe98489 (diff) |
Implement CheckNew3DS and CheckNew3DSApp
Append an item[is_new3ds] to config file[System] group
Implement APT::SetNSStateField,it will update the unknown NS_state_field
Diffstat (limited to 'src/core/settings.h')
-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; |