KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Flags

vid_mode_t Field Flags More...

Macros

#define VID_INTERLACE   0x00000001
 Interlaced display.
 
#define VID_LINEDOUBLE   0x00000002
 Display each scanline twice.
 
#define VID_PIXELDOUBLE   0x00000004
 Display each pixel twice.
 
#define VID_PAL   0x00000008
 50Hz refresh rate, if not VGA
 

Detailed Description

vid_mode_t Field Flags

These flags indicate various things related to the modes for a vid_mode_t.

Macro Definition Documentation

◆ VID_INTERLACE

#define VID_INTERLACE   0x00000001

Interlaced display.

◆ VID_LINEDOUBLE

#define VID_LINEDOUBLE   0x00000002

Display each scanline twice.

◆ VID_PAL

#define VID_PAL   0x00000008

50Hz refresh rate, if not VGA

◆ VID_PIXELDOUBLE

#define VID_PIXELDOUBLE   0x00000004

Display each pixel twice.