diff options
author | Eugene Sandulenko | 2016-02-24 20:16:59 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-24 20:16:59 +0100 |
commit | 46ca9c2674a7337435b4d140a9b99301dafc8069 (patch) | |
tree | 9c8a959c4d86f4106d6b42efd11a02906755adca | |
parent | 6285d2f565efd779e894b77dd3addda8bc4f6188 (diff) | |
download | scummvm-rg350-46ca9c2674a7337435b4d140a9b99301dafc8069.tar.gz scummvm-rg350-46ca9c2674a7337435b4d140a9b99301dafc8069.tar.bz2 scummvm-rg350-46ca9c2674a7337435b4d140a9b99301dafc8069.zip |
WAGE: Added detection for Dungeon World II
-rw-r--r-- | engines/wage/detection_tables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index d6f84e79d8..c1f66b32b5 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -91,6 +91,15 @@ static const ADGameDescription gameDescriptions[] = { }, { "wage", + "Dungeon World II", + AD_ENTRY1s("DungeonWorld2", "e10c5e3cc17879c298b1551f33571b15", 234880), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_GENERIC, + GUIO0() + }, + { + "wage", "Double Trouble", AD_ENTRY1s("Double Trouble", "5e9ee13d09ac54918ed111fa9727ac1c", 557184), Common::EN_ANY, |