mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 20:21:06 +00:00
Add a few more.
svn-id: r14364
This commit is contained in:
parent
86a0b29081
commit
d89d729725
@ -1,5 +1,5 @@
|
||||
/*
|
||||
This file was generated by the md5table tool on Thu Mar 25 11:31:33 2004
|
||||
This file was generated by the md5table tool on Fri Jul 30 10:20:33 2004
|
||||
DO NOT EDIT MANUALLY!
|
||||
*/
|
||||
|
||||
@ -11,9 +11,12 @@ struct MD5Table {
|
||||
};
|
||||
|
||||
static const MD5Table md5table[] = {
|
||||
{ "028c6240c9c8e190d86188238505c5e5", "simon2talkie", Common::DE_DEU, Common::kPlatformPC },
|
||||
{ "078b04da0974a40645b92baffdf2781e", "simon2talkie", Common::EN_USA, Common::kPlatformPC },
|
||||
{ "1e11ddbad80c408031ae44a0cbce46bb", "simon2talkie", Common::EN_USA, Common::kPlatformPC },
|
||||
{ "27c8e7feada80c75b70b9c2f6088d519", "simon2dos", Common::EN_USA, Common::kPlatformPC },
|
||||
{ "465eed710cc242b2de7dc77edd467c4c", "simon1dos", Common::EN_USA, Common::kPlatformPC },
|
||||
{ "486f026593f894f5b6b346ef3984a7a0", "simon1dos", Common::EN_USA, Common::kPlatformPC },
|
||||
{ "48ce4ffda968cc7a38870c354571f92c", "simon1dos", Common::EN_USA, Common::kPlatformPC },
|
||||
{ "9d58f84988634d217c944cd4153a2a3b", "simon1talkie", Common::HB_ISR, Common::kPlatformPC },
|
||||
{ "a3cbdd3450f9fccb0a9d8d6dc28f66fe", "simon2talkie", Common::HB_ISR, Common::kPlatformPC },
|
||||
|
@ -351,7 +351,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
|
||||
File::addDefaultDirectory(_gameDataPath + "/SPANISH/");
|
||||
break;
|
||||
case 3:
|
||||
File::addDefaultDirectory(_gameDataPath + "/ITALIAN/");
|
||||
File::addDefaultDirectory(_gameDataPath + "/italian/");
|
||||
File::addDefaultDirectory(_gameDataPath + "/ITALIAN/");
|
||||
break;
|
||||
case 2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user