HBMUpdateManualSound

Syntax


#include <revolution/hbm.h>

#define USE_FOR_MANUAL

void HBMUpdateManualSound( void );

Arguments

None.

Return Values

None.

Description

Updates sound processing of the sound effects played when an application displays a manual from the HOME Menu. Set the sound_callback member of the HBMDataInfo structure to NULL and call it every frame when sound effects are played with the HBM library. This callback does not need to be called when the application plays sound effects.

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

See Also

HBMCreateSound, HBMPlayManualSound, HBMDataInfo structure

Revision History

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

CONFIDENTIAL