From adcfd2cc5f64157bd5135e5a90b29443036233f2 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 29 Jan 2007 23:25:51 +0000 Subject: Now AdvancedDetector could use single ID per engine. Also it can suggest more complex game IDs with platform and language specified. AGI engine benefits most from that. Also turned Cine, Parallaction and SAGA to single ID, autoupgrading old ID. svn-id: r25269 --- engines/parallaction/detection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/parallaction') diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index 6bc1590910..898df9d7da 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -46,6 +46,7 @@ static GameList GAME_detectGames(const FSList &fslist); } static const PlainGameDescriptor parallactionGames[] = { + {"parallaction", "Parallaction engine game"}, {"nippon", "Nippon Safes Inc."}, {0, 0} }; -- cgit v1.2.3