JANITORIAL: Rename kSupportsRTL to kSupportsReturnToLauncher

This commit is contained in:
mataniko 2020-05-11 08:42:53 -04:00 committed by Eugene Sandulenko
parent 06242a712b
commit 581a6ec7d6
73 changed files with 75 additions and 75 deletions

View file

@ -102,7 +102,7 @@ bool TonyMetaEngine::hasFeature(MetaEngineFeature f) const {
bool Tony::TonyEngine::hasFeature(EngineFeature f) const {
return
(f == kSupportsRTL) ||
(f == kSupportsReturnToLauncher) ||
(f == kSupportsLoadingDuringRuntime) ||
(f == kSupportsSavingDuringRuntime);
}