diff options
author | whiterandrek | 2018-04-02 08:57:56 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | 49d5ea28c023a43f7d1444b55ac8c06df9966128 (patch) | |
tree | 37db0a106b33970b934243f8c48adcb12c12255e /engines/pink/detection_tables.h | |
parent | e48ac17f68ccd1b4432d9d6e15e811a88ea8daf4 (diff) | |
download | scummvm-rg350-49d5ea28c023a43f7d1444b55ac8c06df9966128.tar.gz scummvm-rg350-49d5ea28c023a43f7d1444b55ac8c06df9966128.tar.bz2 scummvm-rg350-49d5ea28c023a43f7d1444b55ac8c06df9966128.zip |
PINK: added basic cursor implementation, fixed sequenceAudio restarting and skipping, fixed various mem leaks, hopefully fixed finding of transparent color index.
Diffstat (limited to 'engines/pink/detection_tables.h')
-rw-r--r-- | engines/pink/detection_tables.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index b14803bb51..a59e4e371a 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -33,6 +33,7 @@ static const ADGameDescription gameDescriptions[] = { 0,{ {"PPTP.ORB", NULL, NULL, -1}, {"PPTP.BRO", NULL, NULL, -1}, + {"PPTP.EXE", NULL, NULL, -1}, AD_LISTEND}, Common::EN_ANY, Common::kPlatformWindows, @@ -41,8 +42,10 @@ static const ADGameDescription gameDescriptions[] = { }, { "pokus", - 0, - AD_ENTRY1s("hpp.ORB", NULL, -1), + 0, { + {"HPP.orb", NULL, NULL, -1}, + {"hpp.exe", NULL, NULL, -1}, + AD_LISTEND}, Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, |