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
This commit is contained in:
parent
a4c5d8fd50
commit
7129611e65
11 changed files with 145 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue