mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
CHEWY: Use checkExtendedSaves()
This commit is contained in:
parent
130eecefc8
commit
55942fd484
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user