|
|
|
|
|
|
|||||||||||||||||||||||||||||||||||||||
al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
![]() |
osViGetStatusSyntax#include <ultra64.h> /* os.h */ u32 osViGetStatus(void);
Arguments
Return Value
Explanation This function returns the contents of the VI status register. The VI status can be obtained by masking (AND) the contents of the register with the above the bit patterns. However, determine the pixel size by comparing the return value with either VI_CTRL_TYPE_32 or VI_CTRL_TYPE_16 after getting the AND with VI_CTRL_TYPE_32.
The bit pattern is defined in <rcp.h>.
See Also
Revision History
2/1/1999 Completely rewritten
|
|||||||||||||||||||||||||||||||||||||||||