[Scummvm-git-logs] scummvm master -> 91bc6f365bccd3ea03772091e48852781ad11ea8
bluegr
noreply at scummvm.org
Sat Sep 6 19:53:28 UTC 2025
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:
91bc6f365b AGI: Add detection entry for the Hebrew fan made version of KQ1
Commit: 91bc6f365bccd3ea03772091e48852781ad11ea8
https://github.com/scummvm/scummvm/commit/91bc6f365bccd3ea03772091e48852781ad11ea8
Author: SegMash (mashras77 at gmail.com)
Date: 2025-09-06T22:53:24+03:00
Commit Message:
AGI: Add detection entry for the Hebrew fan made version of KQ1
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 05d88d21eba..150e3c9fcdf 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -379,6 +379,9 @@ static const AGIGameDescription gameDescriptions[] = {
// King's Quest 1 (Russian)
GAME_LPS("kq1", "", "973f5830ed5e1c919354dfbcd5036c53", 315, Common::RU_RUS, 0x2440, GID_KQ1, Common::kPlatformDOS),
+ // King's Quest 1 (Hebrew)
+ GAME_LVFPN("kq1", "", "logdir", "9812020c1ff9b86b97976c3e85e29ec8", 315, Common::HE_ISR, 0x2917, GF_EXTCHAR, GID_KQ1, Common::kPlatformDOS, GType_V2, GAMEOPTIONS_DEFAULT),
+
// King's Quest 2 (Apple II) 1.0G [AGI 1.08]
A2("kq2", "1.0G", "8e8d562e50233c939112c89bba55d249", 0x1120, GID_KQ2),
More information about the Scummvm-git-logs
mailing list