[Scummvm-git-logs] scummvm master -> b7592a3a16929e3fce02a2a9e57a6812cf637d05
dreammaster
noreply at scummvm.org
Wed Jun 11 01:41:39 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
b7592a3a16 AWE: Loading from launcher shouldn't be enabled
Commit: b7592a3a16929e3fce02a2a9e57a6812cf637d05
https://github.com/scummvm/scummvm/commit/b7592a3a16929e3fce02a2a9e57a6812cf637d05
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-06-10T18:41:32-07:00
Commit Message:
AWE: Loading from launcher shouldn't be enabled
Changed paths:
engines/awe/metaengine.cpp
diff --git a/engines/awe/metaengine.cpp b/engines/awe/metaengine.cpp
index 210ca1d7ba4..a12b93a9fee 100644
--- a/engines/awe/metaengine.cpp
+++ b/engines/awe/metaengine.cpp
@@ -80,8 +80,7 @@ Common::Error AweMetaEngine::createInstance(OSystem *syst, Engine **engine, cons
}
bool AweMetaEngine::hasFeature(MetaEngineFeature f) const {
- return checkExtendedSaves(f) ||
- (f == kSupportsLoadingDuringStartup);
+ return false;
}
Common::Array<Common::Keymap *> AweMetaEngine::initKeymaps(const char *target) const {
More information about the Scummvm-git-logs
mailing list