mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
SCUMM: Fix detection for Japanese Mac fbpack
This commit is contained in:
parent
8958c0041f
commit
5cc08085ed
@ -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
|
||||
|
@ -480,7 +480,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 },
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
This file was generated by the md5table tool on Tue Sep 28 19:09:55 2021
|
||||
This file was generated by the md5table tool on Tue Sep 28 19:35:24 2021
|
||||
DO NOT EDIT MANUALLY!
|
||||
*/
|
||||
|
||||
@ -558,7 +558,7 @@ static const MD5Table md5table[] = {
|
||||
{ "bc4700bc0e12879f6d25d14d6be6cfdd", "spyfox2", "", "", 51286, 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", "", "", 47119, Common::EN_GRB, Common::kPlatformWindows },
|
||||
{ "be83e882b44f2767bc08d4f766ebc347", "maniac", "V2", "V2", -1, Common::DE_DEU, Common::kPlatformAtariST },
|
||||
|
Loading…
x
Reference in New Issue
Block a user