SCI: Saved games can now be loaded from ScummVM's launcher
svn-id: r47423
This commit is contained in:
parent
93a8b469c0
commit
c46c42ceb0
3 changed files with 33 additions and 7 deletions
|
@ -371,7 +371,7 @@ bool SciMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameD
|
|||
bool SciMetaEngine::hasFeature(MetaEngineFeature f) const {
|
||||
return
|
||||
(f == kSupportsListSaves) ||
|
||||
//(f == kSupportsLoadingDuringStartup) ||
|
||||
(f == kSupportsLoadingDuringStartup) ||
|
||||
(f == kSupportsDeleteSave) ||
|
||||
(f == kSavesSupportMetaInfo) ||
|
||||
(f == kSavesSupportThumbnail) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue