#include <nitro/gx/gx.h>
void GX_VBlankIntr(BOOL enable);
If the argument is other than FALSE, this function generates a V-Blank interrupt request. If it is FALSE, it does not generate one.
enable |
Sets whether to generate a V-Blank interrupt request |
None
07/26/2004 Revised description of the return values
01/19/2004 Initial Version