SC API

Introduction

The SC library allows you to reference console settings. For Nintendo GameCube, these functions are in the OS library. Be sure to use this SC library with the Wii platform.

Initialization

From RevolutionSDK 2.2 on, initialization has been integrated into the OSInit function. The application no longer needs to perform the initialization process. For more information, see the page for the SCInit function.

Access Time

Referencing the settings takes some time. Implement applications independent of the SC library processing time.

Appropriateness of Setting Values

Setting values are not necessarily logically consistent if the SCGet* functions for accessing settings succeed. The library does not check setting values, particularly when they are stored in a structure. Make sure there are no mistaken operations, even if unexpected setting values are returned.

Functions That Are No Longer Publicly Disclosed

Since Revolution SDK 3.3

The SCFlush* functions have been made private because there are no opportunities to use them from inside the application.

Since Revolution SDK 2.3

Applications are now prohibited from changing sound and video mode-related settings. The following functions, including SC library functions specific to the WPAD library, are no longer available.

For details, click here.

Revision History

2009/07/13 Made SCFlush* private functions. Deleted unnecessary text about SC library initialization and functions no longer public.
2006/10/25 The following functions are no longer public: SCSetSoundMode, SCSetProgressiveMode, SCSetEuRgb60Mode, SCGetWpadMotorMode, SCGetWpadSensorBarPosition, SCGetWpadSpeakerVolume, SCSetWpadMotorMode, SCSetWpadSensorBarPosition, SCSetWpadSpeakerVolume
2006/09/06 Revised the description along with integration of the initialization process in the OSInit function.
2006/08/31 Corrected a problem with SCFlush. Corrected a problem with SCFlushAsync and added a callback function.
2006/08/26 Added the return values for SCGetLanguage.
2006/08/15 Added SCGetWpadMotorMode, SCGetWpadSensorBarPosition, SCGetWpadSpeakerVolume, SCSetWpadMotorMode, SCSetWpadSensorBarPosition,
SCSetWpadSpeakerVolume. Deleted the emulator functions.
2006/05/29 Initial version.


CONFIDENTIAL