mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +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 == kSupportsReturnToLauncher ||
|
||||||
f == kSupportsLoadingDuringRuntime ||
|
f == kSupportsLoadingDuringRuntime ||
|
||||||
f == kSupportsSavingDuringRuntime ||
|
f == kSupportsSavingDuringRuntime ||
|
||||||
f == kSupportsChangingOptionsDuringRuntime;
|
f == kSupportsChangingOptionsDuringRuntime ||
|
||||||
|
f == kSupportsSubtitleOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PetkaEngine::pauseEngineIntern(bool pause) {
|
void PetkaEngine::pauseEngineIntern(bool pause) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user