GX_HBlankIntr

C Specification

#include <nitro/gx/gx.h>

s32 GX_HBlankIntr( BOOL enable );

Arguments

enable Sets whether to generate an H-Blank interrupt request

Return Values

Returns the status of the H-Blank interrupt request generation enable flag before calling this function. When it is prohibited, a value of 0 is returned. When it is permitted, a value other than the value of 0 is returned.

Description

When the argument is TRUE, this function generates an H-Blank interrupt. If it is FALSE, it does not generate one.

See Also

GX_IsHBlank, GX_VBlankIntr

Revision History

07/26/2004 Revised the description of the return values.
01/19/2004 Initial version.