[Scummvm-git-logs] scummvm master -> 58937043b28602f0de114f9b4b1252d564de019e
sev-
sev at scummvm.org
Wed Oct 21 21:04:25 UTC 2020
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:
58937043b2 SCI: Generate better targets and descriptions for the fanmade games
Commit: 58937043b28602f0de114f9b4b1252d564de019e
https://github.com/scummvm/scummvm/commit/58937043b28602f0de114f9b4b1252d564de019e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-21T23:03:57+02:00
Commit Message:
SCI: Generate better targets and descriptions for the fanmade games
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 13a07ec741..b784ecbb1d 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -32,7 +32,7 @@ namespace Sci {
{"sci-fanmade", name, { \
{"resource.map", 0, resMapMd5, resMapSize}, \
{resVol, 0, resMd5, resSize}, \
- AD_LISTEND}, lang, Common::kPlatformDOS, 0, GUIO_STD16 \
+ AD_LISTEND}, lang, Common::kPlatformDOS, ADGF_USEEXTRAASTITLE | ADGF_AUTOGENTARGET, GUIO_STD16 \
}
#define FANMADE(name, resMapMd5, resMapSize, resMd5, resSize) FANMADE_L(name, resMapMd5, resMapSize, resMd5, resSize, "resource.001", Common::EN_ANY)
More information about the Scummvm-git-logs
mailing list