osViSetXScale
Set the X scale for the VI
#include <ultra64.h> /* os.h */
void osViSetXScale(f32 xscale);
None.
This function sets the enlargement ratio in the horizontal direction. The number of pixels actually rendered are displayed enlarged 1/xscale times. xscale can be specified in the range of 0.25~1.00.
X scale processing is disabled when osViSetMode is executed.
osViExtendVStart, osViGetCurrentMode, and osViSetYScale
02/01/99 Completely rewritten.