[Scummvm-git-logs] scummvm master -> ddfeb59d2e6d2765da3f14ac6fd5e17238c7d414
dreammaster
paulfgilbert at gmail.com
Mon May 25 22:29:09 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:
ddfeb59d2e ULTIMA8: Added detection for German CD version
Commit: ddfeb59d2e6d2765da3f14ac6fd5e17238c7d414
https://github.com/scummvm/scummvm/commit/ddfeb59d2e6d2765da3f14ac6fd5e17238c7d414
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-05-25T15:29:02-07:00
Commit Message:
ULTIMA8: Added detection for German CD version
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 00c8342711..797eef2495 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -240,6 +240,21 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
0
},
+ // German CD version
+ {
+ {
+ "ultima8",
+ "",
+ AD_ENTRY1s("gusecode.flx", "dc981f82c6303548ad1c967cdef1a0ea", 1335445),
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_TESTING,
+ GUIO1(GUIO_NOMIDI)
+ },
+ GAME_ULTIMA8,
+ 0
+ },
+
{
{
"ultima8",
More information about the Scummvm-git-logs
mailing list