SCInit

Syntax

#include <revolution/sc.h>

void SCInit(void);

Arguments

None.

Return Values

None.

Description

From RevolutionSDK 2.2 on, initialization has been integrated into the OSInit function. Initialization by applications is no longer necessary.

Other SC library functions cannot be called until initialization is complete.

This function automatically calls the NANDInit function.

See Also

NANDInit

Revision History

2009/07/13 Deleted unnecessary text.
2006/09/06 Revised the description along with integration of the initialization process in the OSInit function.
2006/05/29 Initial version.


CONFIDENTIAL