KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Display mode type values More...
Macros | |
#define | DM_MULTIBUFFER 0x2000 |
Multi-buffered mode setting. | |
Enumerations | |
enum | vid_display_mode_generic_t { DM_GENERIC_FIRST = 0x1000 , DM_320x240 = 0x1000 , DM_640x480 , DM_256x256 , DM_768x480 , DM_768x576 , DM_GENERIC_LAST = DM_768x576 } |
Generic Display Modes. More... | |
enum | vid_display_mode_t { DM_INVALID = 0 , DM_320x240_VGA = 1 , DM_320x240_NTSC , DM_640x480_VGA , DM_640x480_NTSC_IL , DM_640x480_PAL_IL , DM_256x256_PAL_IL , DM_768x480_NTSC_IL , DM_768x576_PAL_IL , DM_768x480_PAL_IL , DM_320x240_PAL , DM_SENTINEL , DM_MODE_COUNT } |
Specific Display Modes. More... | |
Display mode type values
#define DM_MULTIBUFFER 0x2000 |
Multi-buffered mode setting.
OR this with the generic mode to get multiple framebuffers instead of one.
enum vid_display_mode_t |
Specific Display Modes.