diff options
author | whiterandrek | 2018-08-14 13:23:09 +0300 |
---|---|---|
committer | whiterandrek | 2018-08-14 13:23:09 +0300 |
commit | b4ab89a749c28085ba045c75f033ada1c75f023d (patch) | |
tree | bc0b70190ed6a1c92d80503fb7e08b9ae780efd9 /engines/pink | |
parent | df236f1b20911d24a9aff3629543bf0aea2ed1ed (diff) | |
download | scummvm-rg350-b4ab89a749c28085ba045c75f033ada1c75f023d.tar.gz scummvm-rg350-b4ab89a749c28085ba045c75f033ada1c75f023d.tar.bz2 scummvm-rg350-b4ab89a749c28085ba045c75f033ada1c75f023d.zip |
PINK: added support for Dutch version
Diffstat (limited to 'engines/pink')
-rw-r--r-- | engines/pink/detection_tables.h | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index 80d7d61af1..be875c4298 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -28,7 +28,18 @@ namespace Pink { static const ADGameDescription gameDescriptions[] = { - // English, Version 1.0 + // Dutch, Version 1.0 + { + "peril", + 0, + AD_ENTRY1s("PPTP.ORB", "4ae829fb3988ad783409ce8311f95ddc", 613211963), + Common::NL_NLD, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + + // English { "peril", 0, @@ -138,7 +149,18 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, - // English, Version 1.0 + // Dutch, Version 1.0 + { + "pokus", + 0, + AD_ENTRY1s("HPP.orb", "b769855e2fc94b9180763211c349a9ed",509498007), + Common::NL_NLD, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + + // English { "pokus", 0, |