osViRepeatLine

osViRepeatLine [Function]

Function

osViRepeatLine

Sets so that the first line is repeatedly displayed for the entire screen

Syntax

#include <ultra64.h>      /* os.h */
void osViRepeatLine(u8 active);

Argument

active
Repeat flag
TRUE (Repeat)
FALSE (Do not repeat)

Return Value

None.

Description

This function repeatedly displays the data for the first line in the frame buffer over the entire screen.

Precautions

If a PreNMI event occurs while the repeat is enabled, the repeat must be returned to disabled before executing osViBlack.

See Also

osViGetCurrentLine, osViGetCurrentMode, osViGetStatus, osViSetMode, and osViSetSpecialFeatures

Revision History

02/01/99 Completely rewritten.