RetroArch
Macros
Collaboration diagram for VIDEO standard types:

Macros

#define VI_NTSC   0
 
#define VI_PAL   1
 
#define VI_MPAL   2
 
#define VI_DEBUG   3
 
#define VI_DEBUG_PAL   4
 
#define VI_EURGB60   5
 

Detailed Description

Macro Definition Documentation

◆ VI_DEBUG

#define VI_DEBUG   3

Video standard, for debugging purpose, used in North America and Japan. Special decoder needed

◆ VI_DEBUG_PAL

#define VI_DEBUG_PAL   4

Video standard, for debugging purpose, used in Europe. Special decoder needed

◆ VI_EURGB60

#define VI_EURGB60   5

RGB 60Hz, 480 lines mode (same timing and aspect ratio as NTSC) used in Europe

◆ VI_MPAL

#define VI_MPAL   2

Video standard, similar to NTSC, used in Brazil

◆ VI_NTSC

#define VI_NTSC   0

Video standard used in North America and Japan

◆ VI_PAL

#define VI_PAL   1

Video standard used in Europe