mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
SCI: Enabled saving from the ScummVM menu again
svn-id: r49164
This commit is contained in:
parent
2ffbd661ac
commit
e2a388e2f5
@ -525,8 +525,8 @@ bool SciMetaEngine::hasFeature(MetaEngineFeature f) const {
|
||||
bool SciEngine::hasFeature(EngineFeature f) const {
|
||||
return
|
||||
//(f == kSupportsRTL) ||
|
||||
(f == kSupportsLoadingDuringRuntime);
|
||||
//(f == kSupportsSavingDuringRuntime);
|
||||
(f == kSupportsLoadingDuringRuntime) ||
|
||||
(f == kSupportsSavingDuringRuntime);
|
||||
}
|
||||
|
||||
SaveStateList SciMetaEngine::listSaves(const char *target) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user