mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
STARK: Allow returning to the launcher
This commit is contained in:
parent
0f185fff27
commit
363a91267b
@ -258,7 +258,8 @@ bool StarkEngine::hasFeature(EngineFeature f) const {
|
||||
return
|
||||
(f == kSupportsLoadingDuringRuntime) ||
|
||||
(f == kSupportsSavingDuringRuntime) ||
|
||||
(f == kSupportsArbitraryResolutions);
|
||||
(f == kSupportsArbitraryResolutions) ||
|
||||
(f == kSupportsRTL);
|
||||
}
|
||||
|
||||
bool StarkEngine::canLoadGameStateCurrently() {
|
||||
|
Loading…
Reference in New Issue
Block a user