The SCFlush* functions have been made private because there are no opportunities to use them from inside the application.
SCFlush*()
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.
SCFlush*()
SCSetSoundMode()
SCSetProgressiveMode()
SCSetEuRgb60Mode()
SCGetWpadMotorMode()
SCGetWpadSensorBarPosition()
SCGetWpadSpeakerVolume()
SCSetWpadMotorMode()
SCSetWpadSensorBarPosition()
SCSetWpadSpeakerVolume()
To change the sound mode, progressive mode, EURBM60 mode, and Sensor Bar position setting, please use the NDEV System Menu.
To access the Wii Remote rumble setting from the application, call the WPADIsMotorEnabled function. For the Sensor Bar position setting, call the WPADGetSensorBarPosition function, and for the Wii Remote speaker volume setting, call the WPADGetSpeakerVolume function.
Call the WPADEnableMotor function to change the Wii Remote vibration setting from the application. Call the WPADSetSpeakerVolume function to change the Wii Remote speaker volume setting.
Use of the WPADSetSpeakerVolume function is limited to debugging applications. Adjust the volume by converting waveform data.
The following functions provided as "emulation functions" have been removed. The functions remain for backward-compatibility purposes, but they do nothing and return FALSE.
SCEmuSetAspectRatio()
SCEmuSetLanguage()
Use the NDEV System Menu to modify the aspect ratio or language settings.
2009/09/25 Deleted the link to the manual for SCEmuSet-related functions.
2009/07/29 Corrected text.
2009/07/13 Explained that SCFlush* are private functions. Removed unnecessary links.
10/25/2006 Initial version.
CONFIDENTIAL