[Scummvm-git-logs] scummvm master -> 1e3c2b1594c77259d689687dc2820b834c9c7057
whoozle
noreply at scummvm.org
Tue Mar 10 09:16:42 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:
1e3c2b1594 PHOENIXVR: mark CD version of necronomicon as unsupported for now
Commit: 1e3c2b1594c77259d689687dc2820b834c9c7057
https://github.com/scummvm/scummvm/commit/1e3c2b1594c77259d689687dc2820b834c9c7057
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-10T09:15:03Z
Commit Message:
PHOENIXVR: mark CD version of necronomicon as unsupported for now
Changed paths:
engines/phoenixvr/detection_tables.h
diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 036cb03b7a3..39111695a6e 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -51,7 +51,7 @@ const ADGameDescription gameDescriptions[] = {
"cd2/Data/Script3.pak", "4f122b65627903da15b3f15156252c8d", 63979),
Common::EN_USA,
Common::kPlatformWindows,
- ADGF_DROPPLATFORM | ADGF_CD | ADGF_TESTING,
+ ADGF_DROPPLATFORM | ADGF_CD | ADGF_UNSUPPORTED,
GUIO1(GUIO_NONE)
},
More information about the Scummvm-git-logs
mailing list