mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
NANCY: Use checkExtendedSaves()
This commit is contained in:
parent
aeb10c7208
commit
cbc6ee42ff
@ -50,15 +50,8 @@ Common::KeymapArray NancyMetaEngine::initKeymaps(const char *target) const {
|
||||
|
||||
bool NancyMetaEngine::hasFeature(MetaEngineFeature f) const {
|
||||
return
|
||||
(f == kSupportsListSaves) ||
|
||||
(f == kSupportsLoadingDuringStartup) ||
|
||||
(f == kSupportsDeleteSave) ||
|
||||
(f == kSavesSupportMetaInfo) ||
|
||||
(f == kSavesSupportThumbnail) ||
|
||||
(f == kSavesSupportCreationDate) ||
|
||||
(f == kSavesSupportPlayTime) ||
|
||||
(f == kSimpleSavesNames) ||
|
||||
(f == kSavesUseExtendedFormat);
|
||||
checkExtendedSaves(f);
|
||||
}
|
||||
|
||||
Common::Error NancyMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameDescription *gd) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user