[Scummvm-git-logs] scummvm master -> 2da7155270bc637cc1fbbcab179a9dd78a5230c1

sev- noreply at scummvm.org
Tue Jul 14 11:04:44 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:
2da7155270 PHOENIXVR: Added detection for EU release of dracula1


Commit: 2da7155270bc637cc1fbbcab179a9dd78a5230c1
    https://github.com/scummvm/scummvm/commit/2da7155270bc637cc1fbbcab179a9dd78a5230c1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-14T13:04:11+02:00

Commit Message:
PHOENIXVR: Added detection for EU release of dracula1

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 9fe9b1466dc..db4b3e1e8f7 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -227,6 +227,17 @@ const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	{"dracula1",
+		"EU release",
+		AD_ENTRY3s("Install/script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
+				   "Install/InsertCD.pak", "f2a35e531a4ef5895e972e3c98330752", 499,
+				   "Interface.vr", "b51691a530ec7398bed8c0c094885225", 85245),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		GUIO1(GUIO_NONE)
+	},
+
 	{"dracula1",
 		nullptr,
 		AD_ENTRY2s("script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,




More information about the Scummvm-git-logs mailing list