[Scummvm-git-logs] scummvm master -> f773f190b662b1b18938e662c62a37be8c112360
athrxx
noreply at scummvm.org
Tue Sep 27 15:39:45 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f773f190b6 KYRA: (LoK/´Demo) - further reduce detection ambiguity
Commit: f773f190b662b1b18938e662c62a37be8c112360
https://github.com/scummvm/scummvm/commit/f773f190b662b1b18938e662c62a37be8c112360
Author: athrxx (athrxx at scummvm.org)
Date: 2022-09-27T17:39:33+02:00
Commit Message:
KYRA: (LoK/´Demo) - further reduce detection ambiguity
(now it also doesn't collide with Mac CD)
Changed paths:
engines/kyra/detection_tables.h
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 6034f92a635..2bd824e1acc 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -556,8 +556,9 @@ const KYRAGameDescription adGameDescs[] = {
{
"kyra1",
"Demo/CD",
- AD_ENTRY2s( "INTRO.VRM", "e3045fb69b8c29db84b8fda3ccbdac54", 3308968,
- "TEXT_GER.CPS", "c0aa3396593b7265c41c0acb2251a28f", 9301),
+ AD_ENTRY3s( "INTRO.VRM", "e3045fb69b8c29db84b8fda3ccbdac54", 3308968,
+ "TEXT_GER.CPS", "c0aa3396593b7265c41c0acb2251a28f", 9301,
+ "ALFX.DRV", "478116a7e6698b5cd51982ab48777fe6", 6531),
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_DEMO | ADGF_CD,
More information about the Scummvm-git-logs
mailing list