[Scummvm-git-logs] scummvm master -> 49d9ad230085f0ed8c80e46bd00336f710eb793b
sev-
noreply at scummvm.org
Thu Feb 23 13:45:34 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
49d9ad2300 COMMON: Added missing rendermode GUIOs
Commit: 49d9ad230085f0ed8c80e46bd00336f710eb793b
https://github.com/scummvm/scummvm/commit/49d9ad230085f0ed8c80e46bd00336f710eb793b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-23T14:45:06+01:00
Commit Message:
COMMON: Added missing rendermode GUIOs
Changed paths:
common/gui_options.cpp
common/gui_options.h
diff --git a/common/gui_options.cpp b/common/gui_options.cpp
index 16d92d05f3f..7733b9dbc16 100644
--- a/common/gui_options.cpp
+++ b/common/gui_options.cpp
@@ -75,6 +75,9 @@ const struct GameOpt {
{ GUIO_RENDERATARIST, "atari" },
{ GUIO_RENDERMACINTOSH, "macintosh" },
{ GUIO_RENDERMACINTOSHBW, "macintoshbw" },
+ { GUIO_RENDERCPC, "cpc" },
+ { GUIO_RENDERZX, "zx" },
+ { GUIO_RENDERC64, "c64" },
{ GUIO_GAMEOPTIONS1, "gameOption1" },
{ GUIO_GAMEOPTIONS2, "gameOption2" },
diff --git a/common/gui_options.h b/common/gui_options.h
index be0c6577975..9308f536fac 100644
--- a/common/gui_options.h
+++ b/common/gui_options.h
@@ -66,6 +66,9 @@
#define GUIO_RENDERMACINTOSHBW "\x24"
#define GUIO_RENDERCGACOMP "\x25"
#define GUIO_RENDERCGABW "\x26"
+#define GUIO_RENDERCPC "\x27"
+#define GUIO_RENDERZX "\x28"
+#define GUIO_RENDERC64 "\x29"
#define GUIO_LINKSPEECHTOSFX "\x30"
#define GUIO_LINKMUSICTOSFX "\x31"
More information about the Scummvm-git-logs
mailing list