COMMON: add CGA b/w render mode
(for SCUMM v1)
This commit is contained in:
parent
41e823ebab
commit
dd39b406c0
4 changed files with 8 additions and 2 deletions
|
@ -63,7 +63,8 @@ const struct GameOpt {
|
|||
{ GUIO_RENDERHERCGREEN, "hercGreen" },
|
||||
{ GUIO_RENDERHERCAMBER, "hercAmber" },
|
||||
{ GUIO_RENDERCGA, "cga" },
|
||||
{ GUIO_RENDERCGACOMP, "cgacomp" },
|
||||
{ GUIO_RENDERCGACOMP, "cgaComp" },
|
||||
{ GUIO_RENDERCGABW, "cgaBW" },
|
||||
{ GUIO_RENDEREGA, "ega" },
|
||||
{ GUIO_RENDERVGA, "vga" },
|
||||
{ GUIO_RENDERAMIGA, "amiga" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue