[Scummvm-git-logs] scummvm master -> cf9e0974a6774cad0b6d3480206eddaddde66ec7
alxpnv
noreply at scummvm.org
Mon Aug 22 08:09:48 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:
cf9e0974a6 ASYLUM: Add detection for Italian fanmade
Commit: cf9e0974a6774cad0b6d3480206eddaddde66ec7
https://github.com/scummvm/scummvm/commit/cf9e0974a6774cad0b6d3480206eddaddde66ec7
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-08-22T11:09:41+03:00
Commit Message:
ASYLUM: Add detection for Italian fanmade
Changed paths:
engines/asylum/detection_tables.h
diff --git a/engines/asylum/detection_tables.h b/engines/asylum/detection_tables.h
index 81aef211127..de9b9ae5f2f 100644
--- a/engines/asylum/detection_tables.h
+++ b/engines/asylum/detection_tables.h
@@ -250,6 +250,36 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_DROPPLATFORM,
GUIO0()
},
+ {
+ // Italian fanmade translation (CD version)
+ "asylum",
+ "Fanmade",
+ {
+ {"SNTRM.DAT", 0, "7cfcc457c1f579fbf9878ac175d29374", 8930},
+ {"RES.000", 0, "354521af1d7874fb048b1dea00311fa4", 285198},
+ {"SCN.006", 0, "3a5b54da08198012dc0614114782d5fb", 2918330},
+ AD_LISTEND
+ },
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM,
+ GUIO0()
+ },
+ {
+ // Italian fanmade translation (GOG version)
+ "asylum",
+ "Fanmade",
+ {
+ {"SNTRM.DAT", 0, "7cfcc457c1f579fbf9878ac175d29374", 8930},
+ {"RES.000", 0, "fa342da449bbf87c43b7c8fc51747ee4", 285198},
+ {"SCN.006", 0, "3a5b54da08198012dc0614114782d5fb", 2918330},
+ AD_LISTEND
+ },
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM,
+ GUIO0()
+ },
{
// English Demo
"asylum",
More information about the Scummvm-git-logs
mailing list