SCGetWpadSpeakerVolume (No Longer Disclosed)

Syntax

#include <revolution/sc.h>

#define SC_WPAD_SPEAKER_VOLUME_MIN     0u
#define SC_WPAD_SPEAKER_VOLUME_MAX     127u

u8 SCGetWpadSpeakerVolume(void);

Arguments

None.

Return Values

A value from 0 to 127.

Description

This function is called from the WPAD library. Do not call this function directly from the application. (Have your application call WPADGetSpeakerVolume() instead.)

References the volume settings of the Wii Remote speaker.

You can reference and change the setting from the NDEV System Menu.

See Also

WPADGetSpeakerVolume, SCSetWpadSpeakerVolume, NDEV System Menu

Revision History

2006/10/25 Disclosure ended.
2006/09/06 Revised explanation.
2006/08/15 Initial version.


CONFIDENTIAL