#include <dwc.h>
void DWC_NdProcess(void);None.
None.
Advances the Download library process.
This function advances the download process. Applications should first connect to Wi-Fi connection using the DWC_NASLoginAsync or DWC_LoginAsync function, and then, after calling the DWC_NdInitAsync function, this function should be called approximately every game frame while connected to the network.
The callback set using the DWC_NdInitAsync function is called when the asynchronous function terminates. When the error parameter of the DWCNdCallback callback is other than DWC_ND_ERROR_NONE, get error information using the DWC_GetLastErrorEx function, display the error code and error message that corresponds to the error process type, and quit the library.
DWC_NdInitAsync
DWCNdCallback
DWC_GetLastErrorEx
DWC_NASLoginAsync
DWC_LoginAsync
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL