#include <revolution/vi.h> u32 VIGetTvFormat(void);
None.
| VI_NTSC | NTSC |
|---|---|
| VI_PAL | PAL |
| VI_EURGB60 | EURGB60 |
This function returns the video format (NTSC, PAL, or EURGB60) of the video signals currently being output from the Wii.Note: The returned value does not represent the video format of the television. For example, when the Wii is sending out an NTSC signal, this function returns NTSC.
The application can call this function to determine the video format of the Wii Menu before it uses VIConfigure to configure its own video settings.
None.
2007/12/04 Removed mention of MPAL.
2006/11/07 Revised Description.
2006/03/01 Initial version.
CONFIDENTIAL