[Scummvm-git-logs] scummvm master -> a70c967d0ad7057426ff3dd46b3b0ac3eea21edc
Helco
noreply at scummvm.org
Tue Oct 14 15:11:44 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:
a70c967d0a ALCACHOFA: Add variant for spanish CD release of Movie Adventure
Commit: a70c967d0ad7057426ff3dd46b3b0ac3eea21edc
https://github.com/scummvm/scummvm/commit/a70c967d0ad7057426ff3dd46b3b0ac3eea21edc
Author: Helco (hermann.noll at hotmail.com)
Date: 2025-10-14T17:11:23+02:00
Commit Message:
ALCACHOFA: Add variant for spanish CD release of Movie Adventure
Changed paths:
engines/alcachofa/detection_tables.h
diff --git a/engines/alcachofa/detection_tables.h b/engines/alcachofa/detection_tables.h
index fcaf0626b06..0f76cfd1ea5 100644
--- a/engines/alcachofa/detection_tables.h
+++ b/engines/alcachofa/detection_tables.h
@@ -60,6 +60,7 @@ const ADGameDescription gameDescriptions[] = {
ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
},
+ // the spanish Steam variant
{
"aventuradecine",
"Mortadelo y Filemón: Una Aventura de Cine - Edición Especial",
@@ -69,6 +70,16 @@ const ADGameDescription gameDescriptions[] = {
ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
},
+ // the spanish CD variant
+ {
+ "aventuradecine",
+ "Mortadelo y Filemón: Una Aventura de Cine - Edición Especial",
+ AD_ENTRY1s("Textos/Objetos.nkr", "8a8b23c04fdc4ced8070a7bccd0177bb", 24467),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_TESTING | ADGF_USEEXTRAASTITLE | ADGF_REMASTERED,
+ GUIO2(GAMEOPTION_32BITS, GAMEOPTION_HIGH_QUALITY)
+ },
AD_TABLE_END_MARKER
};
More information about the Scummvm-git-logs
mailing list