|
RetroArch
|
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 |
| #define VI_DEBUG 3 |
Video standard, for debugging purpose, used in North America and Japan. Special decoder needed
| #define VI_DEBUG_PAL 4 |
Video standard, for debugging purpose, used in Europe. Special decoder needed
| #define VI_EURGB60 5 |
RGB 60Hz, 480 lines mode (same timing and aspect ratio as NTSC) used in Europe
| #define VI_MPAL 2 |
Video standard, similar to NTSC, used in Brazil
| #define VI_NTSC 0 |
Video standard used in North America and Japan
| #define VI_PAL 1 |
Video standard used in Europe
1.8.15