#include <revolution/vi.h>
u32 VIGetTvFormat(void)
None.
VI_NTSC |
NTSC |
VI_PAL |
PAL |
VI_EURGB60 |
EURGB60 |
VI_MPAL |
M/PAL |
This function returns the video format (NTSC, PAL, EURGB60, M/PAL) currently output from Wii. Be aware that the value that is returned does not represent the video format of the television. For example, when Wii outputs 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.
2006/11/07 Revised the description.
2006/03/01 Initial version.
CONFIDENTIAL