#include <nitro/gx/gx.h>
s32 GX_HBlankIntr( BOOL enable );
enable | Sets whether to generate an H-Blank interrupt request |
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.
When the argument is TRUE, this function generates an H-Blank interrupt. If it is FALSE
, it does not generate one.
07/26/2004 Revised the description of the return values.
01/19/2004 Initial version.