HBMResetManualSound

Syntax


#include <revolution/hbm.h>

#define USE_FOR_MANUAL

void HBMResetManualSound( void );

Arguments

None.

Return Values

None.

Description

When returning from the manual displayed in the HOME Menu to the application directly, this is called to switch the effect for the sound and stop the sound effect. It must be called before HBMDeleteSound().

Enable the USE_FOR_MANUAL definition, and link homebuttonLib.vcmv.a or homebuttonMiniLib.vcmv.a.

See Also

HBMDeleteSound, HBMPlayManualSound

Revision History

2007/10/26
Revised the header explanation.
2006/11/11
Added information about USE_FOR_MANUAL.
2006/10/19
Initial version.

CONFIDENTIAL