SHERLOCK: Further cleanup fixes for detection
This commit is contained in:
parent
4950deaf33
commit
ccb8c03737
2 changed files with 2 additions and 3 deletions
|
@ -52,7 +52,6 @@ Common::Platform SherlockEngine::getPlatform() const {
|
||||||
} // End of namespace Sherlock
|
} // End of namespace Sherlock
|
||||||
|
|
||||||
static const PlainGameDescriptor sherlockGames[] = {
|
static const PlainGameDescriptor sherlockGames[] = {
|
||||||
{"sherlock", "The Lost Files of Sherlock Holmes"},
|
|
||||||
{ "scalpel", "The Case of the Serrated Scalpel" },
|
{ "scalpel", "The Case of the Serrated Scalpel" },
|
||||||
{ "rosetattoo", "The Case of the Rose Tattoo" },
|
{ "rosetattoo", "The Case of the Rose Tattoo" },
|
||||||
{0, 0}
|
{0, 0}
|
||||||
|
@ -127,7 +126,7 @@ bool Sherlock::SherlockEngine::hasFeature(EngineFeature f) const {
|
||||||
* Return a list of savegames
|
* Return a list of savegames
|
||||||
*/
|
*/
|
||||||
SaveStateList SherlockMetaEngine::listSaves(const char *target) const {
|
SaveStateList SherlockMetaEngine::listSaves(const char *target) const {
|
||||||
return Sherlock::SaveManager(nullptr, "").getSavegameList(target);
|
return Sherlock::SaveManager::getSavegameList(target);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -37,7 +37,7 @@ static const SherlockGameDescription gameDescriptions[] = {
|
||||||
GType_SerratedScalpel,
|
GType_SerratedScalpel,
|
||||||
},
|
},
|
||||||
|
|
||||||
{ AD_TABLE_END_MARKER }
|
{ AD_TABLE_END_MARKER, (GameType)0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
} // End of namespace MADS
|
} // End of namespace MADS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue