[Scummvm-git-logs] scummvm master -> fd07ce0023eccb2200c8a5cf55b7347b67bf26d0
bluegr
noreply at scummvm.org
Fri Dec 15 23:01:23 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:
fd07ce0023 GOB: Provide additional geisha detection entry
Commit: fd07ce0023eccb2200c8a5cf55b7347b67bf26d0
https://github.com/scummvm/scummvm/commit/fd07ce0023eccb2200c8a5cf55b7347b67bf26d0
Author: Fabio Battaglia (tabaglio at posteo.net)
Date: 2023-12-16T01:01:20+02:00
Commit Message:
GOB: Provide additional geisha detection entry
Added italian detection for a DOS version of Geisha that is actually
multilanguage (ITA/ESP).
Changed paths:
engines/gob/detection/tables_geisha.h
diff --git a/engines/gob/detection/tables_geisha.h b/engines/gob/detection/tables_geisha.h
index 80ede11309c..bdaebb2d77e 100644
--- a/engines/gob/detection/tables_geisha.h
+++ b/engines/gob/detection/tables_geisha.h
@@ -110,6 +110,20 @@
kFeaturesEGA | kFeaturesAdLib,
"disk1.stk", "intro.tot", 0
},
+{ // Supplied by Hkz
+ {
+ "geisha",
+ "v1.0",
+ AD_ENTRY1s("disk1.stk", "49107ac897e7c00af6c4ecd78a74a710", 212164),
+ IT_ITA,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kGameTypeGeisha,
+ kFeaturesEGA | kFeaturesAdLib,
+ "disk1.stk", "intro.tot", 0
+},
{
{
"geisha",
More information about the Scummvm-git-logs
mailing list