osViGetCurrentMode
Get the current mode type of the VI
#include <ultra64.h> /* os.h */ u32 osViGetCurrentMode(void);
None.
Current VI mode type
This function returns the type of the VI mode currently being used. See "See Also "(VI Mode Type List)" in osViSetMode for the mode types.
02/01/99 Completely revised.