#include <revolution/hbm.h>
#define USE_FOR_MANUAL
void HBMUpdateManualSound( void );
None.
None.
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.
HBMCreateSound, HBMPlayManualSound, HBMDataInfo structure
USE_FOR_MANUAL.
CONFIDENTIAL