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
|
||||
|
||||
static const PlainGameDescriptor sherlockGames[] = {
|
||||
{"sherlock", "The Lost Files of Sherlock Holmes"},
|
||||
{ "scalpel", "The Case of the Serrated Scalpel" },
|
||||
{ "rosetattoo", "The Case of the Rose Tattoo" },
|
||||
{0, 0}
|
||||
|
@ -127,7 +126,7 @@ bool Sherlock::SherlockEngine::hasFeature(EngineFeature f) const {
|
|||
* Return a list of savegames
|
||||
*/
|
||||
SaveStateList SherlockMetaEngine::listSaves(const char *target) const {
|
||||
return Sherlock::SaveManager(nullptr, "").getSavegameList(target);
|
||||
return Sherlock::SaveManager::getSavegameList(target);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue