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
|
osViBlackSyntax#include <ultra64.h> /* os.h */ void osViBlack(u8 active); Arguments
Return Value
Explanation
Cautions
Example // Starting VI manager & Blackout osCreateViManager(OS_PRIORITY_VIMGR); #if (SCREEN_WD==320)&&(SCREEN_HT==240) // Setting for low resolution osViSetMode(&osViModeNtscLan1); #elif (SCREEN_WD==640)&&(SCREEN_HT==480) // Setting for high resolution osViSetMode(&osViModeNtscHaf1]); #else #error "Illegal Screen size" #endif osViBlack(TRUE);
See Also
Revision History
|