nn::extrapad::CTR::Config Structure

Syntax

struct Config
{
   bool homeButton;
   bool softwareReset;
   ReturnCode returnCode;
};

Description

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.

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.

Revision History

2011/07/21
Initial version.

CONFIDENTIAL