mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
SCI: disabling saving from scummvm menu
svn-id: r50993
This commit is contained in:
parent
1e72d48867
commit
fd27041b35
@ -626,8 +626,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…
Reference in New Issue
Block a user