mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 04:43:26 +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…
x
Reference in New Issue
Block a user