nn::extrapad::CTR::Config Structurestruct Config
{
bool homeButton;
bool softwareReset;
ReturnCode returnCode;
};
Structure that is exchanged between the application and the Nintendo 3DS Circle Pad Pro calibration applet and that stores various data.
You must always call the InitializeConfig function to first initialize this structure before setting its member variables.
| Input | |||
|---|---|---|---|
homeButton
|
bool | Whether to close the Nintendo 3DS Circle Pad Pro calibration applet when the HOME Button is pressed. | |
softwareReset
|
bool | Whether to use software resets. | |
| Output | |||
returnCode
|
ReturnCode |
Return code. | |
CONFIDENTIAL