Home
last modified time | relevance | path

Searched refs:sword1MacDemoSettings (Results 1 – 2 of 2) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/sword1/
H A Ddetection.cpp37 static const PlainGameDescriptor sword1MacDemoSettings = variable
97 games.push_back(sword1MacDemoSettings); in getSupportedGames()
110 if (0 == scumm_stricmp(gameId, sword1MacDemoSettings.gameId)) in findGame()
111 return sword1MacDemoSettings; in findGame()
201 game = DetectedGame(getEngineId(), sword1MacDemoSettings); in detectGames()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword1/
H A Ddetection.cpp43 static const PlainGameDescriptor sword1MacDemoSettings = variable
124 games.push_back(sword1MacDemoSettings); in getSupportedGames()
137 if (0 == scumm_stricmp(gameId, sword1MacDemoSettings.gameId)) in findGame()
138 return sword1MacDemoSettings; in findGame()
227 game = DetectedGame(sword1MacDemoSettings); in detectGames()