diff options
author | whiterandrek | 2018-06-20 19:13:11 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | 3c07f9bf31587923795b5e5f4b6765d7b074c42c (patch) | |
tree | 84e43a18a797ab20b81bd197abd6d84cd2d2896b /engines | |
parent | 78033492717f32df1f71aa58807dbf4bb14e3296 (diff) | |
download | scummvm-rg350-3c07f9bf31587923795b5e5f4b6765d7b074c42c.tar.gz scummvm-rg350-3c07f9bf31587923795b5e5f4b6765d7b074c42c.tar.bz2 scummvm-rg350-3c07f9bf31587923795b5e5f4b6765d7b074c42c.zip |
PINK: added Swedish vesions detection
Diffstat (limited to 'engines')
-rw-r--r-- | engines/pink/detection_tables.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index bee888c33e..282faf6fe6 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -92,6 +92,22 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Swedish + { + "peril", + 0, + { + {"PPTP.ORB", NULL, "e44d6d3f28cbf0d93492db60634e5362", 633843917}, + {"PPTP.BRO", NULL, "06acd9ae0413a0d8538afaf5350422b1", 8945466}, + {"PPTP.EXE", NULL, "3fdbf4c39b76820ca26224d8bebe00a8", 594944}, + AD_LISTEND + }, + Common::SE_SWE, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // English, Version 1.0 { "pokus", @@ -152,6 +168,22 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Swedish + { + "pokus", + 0, + { + {"HPP.orb", NULL, "aa2e58de49c73f66f1d8f1bbbe163a9c", 500103742}, + {"hpp.exe", NULL, "672a99b8b6788c1c80ad01733a4e6720", 673280}, + AD_LISTEND + }, + Common::SE_SWE, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + + AD_TABLE_END_MARKER }; |