#include <revolution/mp.h>#include <revolution/mpds.h>
s32 MPDSSetupPortConfig ( const MPDSContext* context, MPConfig* config );
context |
Pointer to an initialized MPDSContext structure. |
config |
Pointer to the MPConfig structure that performs the port settings. |
Returns the processing result. Returns a negative number if processing fails.
This function performs the DataSharing port settings for the MPConfig structure.config must be configured with this function before the MPStartup() function is called.
In addition, context must be initialized ahead of time with the MPDSInit() function.
2007/11/28 Initial version.
CONFIDENTIAL