32 config.hResolution = HR_EXTENDED;
33 config.hResolutionExtended = HRE_368;
35 config.hResolutionExtended = HRE_NORMAL;
38 config.hResolution = HR_256;
41 config.hResolution = HR_320;
44 config.hResolution = HR_512;
47 config.hResolution = HR_640;
56 config.videoMode = (*((
char *)0xbfc7ff52) ==
'E') ? VM_PAL : VM_NTSC;
59 config.videoMode = VM_NTSC;
62 config.videoMode = VM_PAL;
70 config.colorDepth = CD_15BITS;
73 config.colorDepth = CD_24BITS;
132 enum VMode videoMode;
139 bool clearVRAM =
true;
The singleton GPU class.
Definition gpu.hh:88
Interlace
Definition gpu.hh:106
MiscSetting
Definition gpu.hh:107
ColorMode
Definition gpu.hh:105
Resolution
Definition gpu.hh:103
VideoMode
Definition gpu.hh:104
HResolutionExtended
Definition gpu.h:61
VResolution
Definition gpu.h:41
HResolution
Definition gpu.h:33
VideoInterlace
Definition gpu.h:56
ColorDepth
Definition gpu.h:51
Definition configuration.hh:29
Configuration & set(VideoMode videoMode)
Definition configuration.hh:53
Configuration & set(Resolution resolution)
Definition configuration.hh:30
Configuration & set(Interlace interlace)
Definition configuration.hh:78
Configuration & set(MiscSetting setting)
Definition configuration.hh:83
Configuration & set(ColorMode colorMode)
Definition configuration.hh:67