mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-28 14:13:24 +00:00
PETKA: add Support Subtitle Options feature
This commit is contained in:
parent
b894d27700
commit
6df876edca
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user