[Scummvm-git-logs] scummvm master -> cc90baf6e82d93a47e75af449556f63f231e079f
tag2015
noreply at scummvm.org
Sat Apr 15 16:55:14 UTC 2023
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:
cc90baf6e8 AGI: Add detection entry for KQ3 AGI spanish fanmade
Commit: cc90baf6e82d93a47e75af449556f63f231e079f
https://github.com/scummvm/scummvm/commit/cc90baf6e82d93a47e75af449556f63f231e079f
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-04-15T18:53:09+02:00
Commit Message:
AGI: Add detection entry for KQ3 AGI spanish fanmade
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 3171b81ba8d..c791fea179c 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -527,6 +527,10 @@ static const AGIGameDescription gameDescriptions[] = {
// King's Quest 3 (PC 3.5") 2.14 3/15/88 [AGI 2.936] "For MCGA"
GAME("kq3", "2.14 1988-03-15 3.5\" MCGA", "7650e659c7bc0f1e9f8a410b7a2e9de6", 0x2936, GID_KQ3),
+ // King's Quest 3 (PC 3.5") 2.14 3/15/88 [AGI 2.936] with fanmade Spanish translation
+ // TRAC #13494
+ GAME_LPS("kq3", "2.14 1988-03-15 3.5\"", "87956c92d23f53d81bf2ee9e08fdc64c", 390, Common::ES_ESP, 0x2936, GID_KQ3, Common::kPlatformDOS),
+
// King's Quest 3 (CoCo3 158k/360k) 1.0C [AGI 2.023]
GAME_PS("kq3", "", "5a6be7d16b1c742c369ef5cc64fefdd2", 429, 0x2440, GID_KQ3, Common::kPlatformCoCo3),
More information about the Scummvm-git-logs
mailing list