[Scummvm-git-logs] scummvm master -> f6a5e00245a77c8a68c3f73c8ddbb3096221e139
mduggan
mgithub at guarana.org
Sat May 2 12:57:35 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:
f6a5e00245 ULTIMA: Add Japanese Ultima8 to detection tables
Commit: f6a5e00245a77c8a68c3f73c8ddbb3096221e139
https://github.com/scummvm/scummvm/commit/f6a5e00245a77c8a68c3f73c8ddbb3096221e139
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-05-02T21:57:15+09:00
Commit Message:
ULTIMA: Add Japanese Ultima8 to detection tables
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 9a172f8e53..9922182046 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -185,6 +185,20 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
0
},
+ {
+ {
+ "ultima8",
+ "",
+ AD_ENTRY1s("jusecode.flx", "1793bb252b805bf8d59300690987c605", 1208003),
+ Common::JA_JPN,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOMIDI)
+ },
+ GAME_ULTIMA8,
+ 0
+ },
+
/*
// Crusader games use basically the same engine as ultima8, but still
// need a lot of work.
More information about the Scummvm-git-logs
mailing list