[Scummvm-git-logs] scummvm master -> 1685457718071f5faeb1a69342a86f82fedac849
sev-
noreply at scummvm.org
Tue Jul 14 11:35:28 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:
1685457718 PHOENIXVR: Distinguis between re-relase for Dracula1
Commit: 1685457718071f5faeb1a69342a86f82fedac849
https://github.com/scummvm/scummvm/commit/1685457718071f5faeb1a69342a86f82fedac849
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-14T13:34:54+02:00
Commit Message:
PHOENIXVR: Distinguis between re-relase for Dracula1
Changed paths:
engines/phoenixvr/detection_tables.h
diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 91c902a2fd8..c12ad6fc68a 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -230,7 +230,18 @@ const ADGameDescription gameDescriptions[] = {
{"dracula1",
"EU release",
AD_ENTRY3s("Install/script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
- "Install/InsertCD.pak", "f2a35e531a4ef5895e972e3c98330752", 499,
+ "Data/Logo.vr", "d098ec163dcf6aff866300b1319913be", 39542,
+ "Interface.vr", "b51691a530ec7398bed8c0c094885225", 85245),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_TESTING,
+ GUIO1(GUIO_NONE)
+ },
+
+ {"dracula1",
+ "1.1 Dreamcatcher",
+ AD_ENTRY3s("Install/script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
+ "Data/Logo.vr", "43f7b756cb11c691d0eb21003af64e90", 50366,
"Interface.vr", "b51691a530ec7398bed8c0c094885225", 85245),
Common::EN_ANY,
Common::kPlatformWindows,
More information about the Scummvm-git-logs
mailing list