[Scummvm-git-logs] scummvm master -> 38b1c9b85e3a8c999d7a99ba8710db8acfcc0a98
sev-
noreply at scummvm.org
Sun Mar 1 12:42:25 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
38b1c9b85e PHOENIXVR: Clarified engine name and the copyright
Commit: 38b1c9b85e3a8c999d7a99ba8710db8acfcc0a98
https://github.com/scummvm/scummvm/commit/38b1c9b85e3a8c999d7a99ba8710db8acfcc0a98
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-01T13:42:09+01:00
Commit Message:
PHOENIXVR: Clarified engine name and the copyright
Changed paths:
engines/phoenixvr/configure.engine
engines/phoenixvr/detection.h
diff --git a/engines/phoenixvr/configure.engine b/engines/phoenixvr/configure.engine
index e77a35e64c2..8e5fa486458 100644
--- a/engines/phoenixvr/configure.engine
+++ b/engines/phoenixvr/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
-add_engine phoenixvr "PhoenixVR" no "" "" "highres 16bit" ""
+add_engine phoenixvr "Phoenix VR" no "" "" "highres 16bit" ""
diff --git a/engines/phoenixvr/detection.h b/engines/phoenixvr/detection.h
index 93e61725b76..37a43895c89 100644
--- a/engines/phoenixvr/detection.h
+++ b/engines/phoenixvr/detection.h
@@ -54,11 +54,11 @@ public:
}
const char *getEngineName() const override {
- return "PhoenixVR";
+ return "Phoenix VR";
}
const char *getOriginalCopyright() const override {
- return "PhoenixVR (C)";
+ return "PhoenixVR (C) DreamCatcher Interactive";
}
const DebugChannelDef *getDebugChannels() const override {
More information about the Scummvm-git-logs
mailing list