From d7b008fa9a418951aaa86153aeeed7f5d3aa5e2c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 22 Feb 2016 18:13:52 +0100 Subject: WAGE: Added detection for "3rd Floor" and "Bug Hunt" --- engines/wage/detection_tables.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines') diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index 790186fd2f..5d0f48959a 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -26,6 +26,15 @@ namespace Wage { #define ADGF_GENERIC (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_USEEXTRAASTITLE) static const ADGameDescription gameDescriptions[] = { + { + "wage", + "3rd Floor", + AD_ENTRY1s("3rd Floor", "a107d7a177970b2259e32681bd8b47c9", 285056), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_GENERIC, + GUIO0() + }, { "afm", "v1.8", @@ -44,6 +53,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_DEFAULT, GUIO0() }, + { + "wage", + "Bug Hunt", + AD_ENTRY1s("Bug Hunt", "2ebd3515a87941063ad66c3cf93c5e78", 200064), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_GENERIC, + GUIO0() + }, { "cantitoe", "", -- cgit v1.2.3