PETKA: add Support Subtitle Options feature

This commit is contained in:
Andrei Prykhodko 2022-02-10 16:03:54 +02:00
parent b894d27700
commit 6df876edca

View File

@ -363,7 +363,8 @@ bool PetkaEngine::hasFeature(EngineFeature f) const {
f == kSupportsReturnToLauncher ||
f == kSupportsLoadingDuringRuntime ||
f == kSupportsSavingDuringRuntime ||
f == kSupportsChangingOptionsDuringRuntime;
f == kSupportsChangingOptionsDuringRuntime ||
f == kSupportsSubtitleOptions;
}
void PetkaEngine::pauseEngineIntern(bool pause) {