[Scummvm-git-logs] scummvm master -> 67195457b0d292f222805247a5651ace841db9cd
whoozle
noreply at scummvm.org
Wed Mar 25 22:31:49 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:
67195457b0 PHOENIXVR: Necronomicon: enabled CD version
Commit: 67195457b0d292f222805247a5651ace841db9cd
https://github.com/scummvm/scummvm/commit/67195457b0d292f222805247a5651ace841db9cd
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-25T22:31:10Z
Commit Message:
PHOENIXVR: Necronomicon: enabled CD version
Tested on 2 CDs version of Necronomicon
Changed paths:
engines/phoenixvr/detection_tables.h
diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 900646be6b9..236e5b92a24 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_UNSUPPORTED,
+ ADGF_DROPPLATFORM | ADGF_CD,
GUIO1(GUIO_NONE)
},
More information about the Scummvm-git-logs
mailing list