HDB: (Hopefully) fix a c&p error in hasFeature()

This commit is contained in:
Strangerke 2019-07-23 07:20:53 +02:00 committed by Eugene Sandulenko
parent bcf910470c
commit 616045496c

View File

@ -115,9 +115,9 @@ public:
bool HDBMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsLoadingDuringStartup) ||
(f == kSupportsLoadingDuringStartup) ||
(f == kSupportsListSaves) ||
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
(f == kSavesSupportThumbnail) ||
(f == kSavesSupportPlayTime);