diff options
Diffstat (limited to 'engines/cine/detection.cpp')
| -rw-r--r-- | engines/cine/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index c21a66d91c..1a4df5ce00 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -32,7 +32,7 @@ #include "cine/cine.h" namespace Cine { -static DetectedGameList GAME_detectGames(const FSList &fslist); +static GameList GAME_detectGames(const FSList &fslist); } static const PlainGameDescriptor cineGames[] = { @@ -433,7 +433,7 @@ bool CineEngine::initGame() { return true; } -DetectedGameList GAME_detectGames(const FSList &fslist) { +GameList GAME_detectGames(const FSList &fslist) { return Common::ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION( fslist, (const byte *)gameDescriptions, |
