ENGINES: Fix getSavegameFile for almost all engines

Use kSimpleSavesNames correctly, add where needed, remove where needed.

Trac #12977
This commit is contained in:
Orgad Shaneh 2021-10-20 12:49:24 +03:00 committed by Thierry Crozat
parent ecfc1298da
commit 78ef6203de
37 changed files with 163 additions and 62 deletions

View file

@ -72,6 +72,7 @@ bool TonyMetaEngine::hasFeature(MetaEngineFeature f) const {
(f == kSupportsLoadingDuringStartup) ||
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
(f == kSimpleSavesNames) ||
(f == kSavesSupportThumbnail);
}