From ba84788bdaad9010fdf2d8df805849938b8f755c Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 26 Aug 2011 01:50:28 +0200 Subject: GOB: Geisha seems to be EGA-only The menu in Geisha shows now. It crashes when something is clicked though; the loadSound opcode is probably different. --- engines/gob/detection_tables.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/gob') diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 1c9811fe9e..04173837da 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -2496,7 +2496,7 @@ static const GOBGameDescription gameDescriptions[] = { GUIO_NOSUBTITLES | GUIO_NOSPEECH }, kGameTypeGeisha, - kFeaturesNone, + kFeaturesEGA, "disk1.stk", "intro.tot", 0 }, { @@ -2510,7 +2510,7 @@ static const GOBGameDescription gameDescriptions[] = { GUIO_NOSUBTITLES | GUIO_NOSPEECH }, kGameTypeGeisha, - kFeaturesNone, + kFeaturesEGA, "disk1.stk", "intro.tot", 0 }, { @@ -5154,7 +5154,7 @@ static const GOBGameDescription fallbackDescs[] = { GUIO_NOSUBTITLES | GUIO_NOSPEECH }, kGameTypeGeisha, - kFeaturesNone, + kFeaturesEGA, "disk1.stk", "intro.tot", 0 }, { //22 -- cgit v1.2.3