[Scummvm-git-logs] scummvm branch-2-3 -> 9f5112da37cce0a5fcd7777dd6a987a4a409d0a8

sev- sev at scummvm.org
Tue Sep 28 19:45:26 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:
9f5112da37 SCUMM: Fix detection for Japanese Mac fbpack


Commit: 9f5112da37cce0a5fcd7777dd6a987a4a409d0a8
    https://github.com/scummvm/scummvm/commit/9f5112da37cce0a5fcd7777dd6a987a4a409d0a8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-09-28T21:45:01+02:00

Commit Message:
SCUMM: Fix detection for Japanese Mac fbpack

Changed paths:
    devtools/scumm-md5.txt
    engines/scumm/detection_tables.h
    engines/scumm/scumm-md5.h


diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index cab8fe6594..53aa581b79 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -507,7 +507,7 @@ fbpack	Fatty Bear's Fun Pack
 	c9717ee6059f1e43b768b464493d2fba	-1	jp	3DO	-	-	-	clone2727
 	4cfd3fda4a4e6e64a1fc488eba973b7a	-1	en	DOS	-	-	-	velocity37
 	f06e66fd45b2f8b0f4a2833ff4476050	-1	he	DOS	-	-	-	sev
-	bd9c287382310426b8bca0ac19d7d4c9	5182	jp	DOS	-	-	-	Retrodude
+	bd9c287382310426b8bca0ac19d7d4c9	5182	jp	Mac	-	-	-	Retrodude
 
 freddi	Freddi Fish 1: The Case of the Missing Kelp Seeds
 	d4cccb5af88f3e77f370896e9ba8c5f9	26078 	en	Windows	HE 71	-	-	sev
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index d2b7ee18fd..1f5886d430 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -478,7 +478,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
 	{ "activity", "Putt & Fatty's Actpack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
 
 	{ "fbpack", "fbpack", kGenHEPC, UNK_LANG, UNK, 0 },
-	{ "fbpack", "Fatty Bear's Fun Pack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
+	{ "fbpack", "Fatty Bear's Funpack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 },
 	{ "funpack", "funpack", kGenHEPC, UNK_LANG, UNK, 0 },
 
 	{ "brstorm", "brstorm", kGenHEPC, UNK_LANG, UNK, 0 },
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index be2d02dbe3..59d30b6cbd 100644
--- a/engines/scumm/scumm-md5.h
+++ b/engines/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
 /*
-  This file was generated by the md5table tool on Tue Sep 28 19:12:24 2021
+  This file was generated by the md5table tool on Tue Sep 28 19:43:40 2021
   DO NOT EDIT MANUALLY!
  */
 
@@ -558,7 +558,7 @@ static const MD5Table md5table[] = {
 	{ "bc4700bc0e12879f6d25d14d6be6cfdd", "spyfox2", "", "", -1, Common::DE_DEU, Common::kPlatformUnknown },
 	{ "bd126753de619a495f9f22adc951c8d5", "monkey2", "", "", -1, Common::IT_ITA, Common::kPlatformDOS },
 	{ "bd5fd7835335dfce03064d5f77b7f0ae", "dog", "", "", 19681, Common::NL_NLD, Common::kPlatformWindows },
-	{ "bd9c287382310426b8bca0ac19d7d4c9", "fbpack", "", "", 5182, Common::JA_JPN, Common::kPlatformDOS },
+	{ "bd9c287382310426b8bca0ac19d7d4c9", "fbpack", "", "", 5182, Common::JA_JPN, Common::kPlatformMacintosh },
 	{ "be2abe172f58db170de3a037daa1dd27", "puttputt", "HE 61", "", -1, Common::JA_JPN, Common::kPlatform3DO },
 	{ "be39a5d4db60e8aa736b9086778cb45c", "spyozon", "", "", -1, Common::EN_GRB, Common::kPlatformWindows },
 	{ "be83e882b44f2767bc08d4f766ebc347", "maniac", "V2", "V2", -1, Common::DE_DEU, Common::kPlatformAtariST },




More information about the Scummvm-git-logs mailing list