[Scummvm-git-logs] scummvm master -> db0cbad167db5df15a43df1552c9bb864e042f67
mduggan
mgithub at guarana.org
Sat Oct 16 04:55:00 UTC 2021
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:
db0cbad167 ULTIMA8: Add FR detection entry (bug #13003)
Commit: db0cbad167db5df15a43df1552c9bb864e042f67
https://github.com/scummvm/scummvm/commit/db0cbad167db5df15a43df1552c9bb864e042f67
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2021-10-16T13:54:45+09:00
Commit Message:
ULTIMA8: Add FR detection entry (bug #13003)
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 440eb99d06..9875c23d08 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -347,6 +347,21 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
0
},
+ // French version (provided by habib256 bug #13003)
+ {
+ {
+ "ultima8",
+ "",
+ AD_ENTRY1s("fusecode.flx", "6f7643af10bffa11debea4533ba47061", 1300957),
+ Common::FR_FRA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_ULTIMA8
+ },
+ GAME_ULTIMA8,
+ 0
+ },
+
{
{
"ultima8",
More information about the Scummvm-git-logs
mailing list