[Scummvm-git-logs] scummvm master -> 357565a16808393f5dba9eba27042c430ba030e2

whoozle noreply at scummvm.org
Thu Jun 11 20:39:05 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:
357565a168 PHOENIXVR: The Cameron Files: Secret at Loch Ness USA CD detection entry


Commit: 357565a16808393f5dba9eba27042c430ba030e2
    https://github.com/scummvm/scummvm/commit/357565a16808393f5dba9eba27042c430ba030e2
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-06-11T21:37:13+01:00

Commit Message:
PHOENIXVR: The Cameron Files: Secret at Loch Ness USA CD detection entry

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 760bd6090c9..75e68d363ef 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -115,6 +115,16 @@ const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)}
 	,
 
+	{"lochness",
+		nullptr,
+		AD_ENTRY2s("script.pak", "a7ee3aae653658f93bba7f237bcf06f3", 1904,
+				   "textes.txt", "3f2deea06efed98a355ea03d69fd15ce", 1608),
+		Common::EN_USA,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM | ADGF_CD,
+		GUIO1(GUIO_NONE)}
+	,
+
 	{"lochness",
 		nullptr,
 		AD_ENTRY2s("script.pak", "a7ee3aae653658f93bba7f237bcf06f3", 1904,




More information about the Scummvm-git-logs mailing list