From 38bb448d7010bf53a1e24304999cc9f56423bdd8 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sun, 21 Dec 2003 16:01:52 +0000 Subject: Renames. svn-id: r11818 --- backends/dc/selector.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends') diff --git a/backends/dc/selector.cpp b/backends/dc/selector.cpp index 1a0818ff22..c6bd3817b4 100644 --- a/backends/dc/selector.cpp +++ b/backends/dc/selector.cpp @@ -152,7 +152,7 @@ static bool checkName(const char *base, char *text = 0) GameDetector g; GameSettings gs = g.findGame(base); - if (gs.gameName) { + if (gs.name) { if(text != NULL) strcpy(text, gs.description); return true; @@ -164,7 +164,7 @@ static const char *checkDetect(const FilesystemNode *entry) { FSList files; files.push_back(*entry); - GameList candidates; + DetectedGameList candidates; const PluginList &plugins = PluginManager::instance().getPlugins(); PluginList::ConstIterator iter = plugins.begin(); @@ -173,7 +173,7 @@ static const char *checkDetect(const FilesystemNode *entry) } if (candidates.isEmpty()) return NULL; - return candidates[0].gameName; + return candidates[0].name; } static bool isGame(const FilesystemNode *entry, char *base) -- cgit v1.2.3