From 7129611e65096ba2cbe8266f6cb068a9b18981d8 Mon Sep 17 00:00:00 2001 From: JamePeng Date: Wed, 20 Apr 2016 18:12:05 +0800 Subject: 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 --- src/core/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/settings.h') 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 All = {{ struct Values { + // CheckNew3DS + bool is_new3ds; + // Controls std::array input_mappings; -- cgit v1.2.3