#include <revolution/ncd.h>
s32 NCDWriteConfig( const NCDConfig* config );
Network settings are written to the Wii console NAND memory. The setting values used by this function are the default network settings from when the console is launched.
This function is designed for developmental purposes and must not be used in retail products. Make sure there this function is not linked in the commercial version of the ROM.
config |
Specifies the buffer in which the write information is stored. |
Returns 0 if successful; otherwise, returns a negative value. See NCD API Error Values for the meanings of negative values.
2007/08/01 Standardized terminology.
2007/06/21 Noted that this function is for development use.
2006/08/11 Initial version.
CONFIDENTIAL