CHEWY: Use checkExtendedSaves()

This commit is contained in:
Eugene Sandulenko 2022-11-27 14:36:14 +01:00
parent 130eecefc8
commit 55942fd484
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -72,15 +72,8 @@ public:
bool ChewyMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsListSaves) ||
(f == kSupportsLoadingDuringStartup) ||
(f == kSavesUseExtendedFormat) ||
(f == kSimpleSavesNames) ||
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
(f == kSavesSupportThumbnail) ||
(f == kSavesSupportCreationDate) ||
(f == kSavesSupportPlayTime);
checkExtendedSaves(f);
}
bool Chewy::ChewyEngine::hasFeature(EngineFeature f) const {