Language…
10 users online: Angle,  Fernap, lo fang 123, Random Internet Name, Sariel, SkyeLondon18, TCgamerboy2002, Tsquare07, watamelon, Xane123 - Guests: 74 - Bots: 103
Users: 68,376 (2,252 active)
Latest user: unevensea

SM64 Memory Map

Displaying 1 out of 1 addresses.

View: moderated | waiting (9)

Filter

Link
  • Pages:
  • 1
RAM Address Length Type Context Description Details
$803233B0 432 bytes Routine Global void osViSetSpecialFeatures(u32 func);

Sets special VI functions.

Argument

func
Turn special VI function ON/OFF:

OS_VI_GAMMA_ON 0x0001 (Default: ON)
OS_VI_GAMMA_OFF 0x0002
OS_VI_GAMMA_DITHER_ON 0x0004 (Default: ON)
OS_VI_GAMMA_DITHER_OFF 0x0008
OS_VI_DIVOT_ON 0x0010 (Default: ON)
OS_VI_DIVOT_OFF 0x0020
OS_VI_DITHER_FILTER_ON 0x0040 (16bit-default): ON
OS_VI_DITHER_FILTER_OFF 0x0080 (32bit-default): OFF

##Precautions##
osViSetMode returns all of the function settings set with osViSetSpecialFeatures to their default values according to the display mode specified in the argument.
  • Pages:
  • 1