[Scummvm-git-logs] scummvm master -> 29437b32ed0e42b6e728b3338846b0d7e66d7087

Scorpeg noreply at scummvm.org
Wed Sep 9 21:55:11 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:
29437b32ed PHOENIXVR: Add Spanish retail CD detection for Dracula: Resurrection


Commit: 29437b32ed0e42b6e728b3338846b0d7e66d7087
    https://github.com/scummvm/scummvm/commit/29437b32ed0e42b6e728b3338846b0d7e66d7087
Author: Scorp (scorp at mrs.mn)
Date: 2026-09-10T00:55:00+03:00

Commit Message:
PHOENIXVR: Add Spanish retail CD detection for Dracula: Resurrection

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index b85d0cd9a4a..53dd6377b13 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -408,6 +408,17 @@ const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	{"dracula1",
+		"Retail version",
+		AD_ENTRY3s("Install/script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
+				   "Install/InsertCD.vr", "f13b71b0b788be8d2157b9d5082cec87", 52394,
+				   "Interface.vr", "195a7b2b6185245b64145f3e43e4f508", 90805),
+		Common::ES_ESP,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
+		GUIO1(GUIO_NONE)
+	},
+
 	{"dracula1",
 		"GOG release",
 		AD_ENTRY2s("script.lst", "78060b78cf403ddb7e22903ba7b269d6", 548,




More information about the Scummvm-git-logs mailing list