Searched defs:Config (Results 1 – 7 of 7) sorted by relevance
334 struct Config struct340 KeyboardType keyboardType; //341 BottomButtonType bottomButtonType; //342 FinishableCondition finishableCondition; //343 MaskMode maskMode; //344 ParentalControlsMode parentalControlsMode; //345 bit32 upperScreenFlag; //346 bit32 textCheckFlag; //347 bit32 extOutputDataFlag; //348 u16 textLengthMax; //[all …]
75 struct Config struct78 InAddr address;79 InAddr netmask;80 InAddr defaultRouter;81 InAddr nameServer[2];83 bool useDhcp;84 bool useDhcpForDns;85 s8 dhcpRetryCount;86 bool sendDhcpRelease;89 s16 mtu;[all …]
45 struct Config struct52 static const size_t CONFIG_RESERVED_SIZE = 200;60 u32 version;65 bool enableSoftReset;89 Config config; // argument
56 struct Config struct67 bool homeButton;75 bool softwareReset;99 Config config; // argument
125 struct Config struct133 ErrorType errorType;140 s32 errorCode;148 s16 upperScreenFlag;154 u16 useLanguage;159 wchar_t errorText[ERROR_TEXT_LENGTH_MAX];166 bool homeButton;173 bool softwareReset;180 bool appJump;182 u8 pad0[137];[all …]
108 struct Config struct117 bool homeButton;122 bool softwareReset;124 u8 padding1[6];131 u8 reserved[32 - 8];
167 typedef nnacConfig Config; typedef