[Scummvm-git-logs] scummvm master -> 931f121ea324c80f00c33d3f955434f811e28cb0

grisenti noreply at scummvm.org
Fri Jul 18 19:15:49 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:
931f121ea3 HPL1: remove arbitrary resolution feature flag


Commit: 931f121ea324c80f00c33d3f955434f811e28cb0
    https://github.com/scummvm/scummvm/commit/931f121ea324c80f00c33d3f955434f811e28cb0
Author: grisenti (emanuele at grisenti.net)
Date: 2025-07-18T21:15:00+02:00

Commit Message:
HPL1: remove arbitrary resolution feature flag

Changed paths:
    engines/hpl1/hpl1.h


diff --git a/engines/hpl1/hpl1.h b/engines/hpl1/hpl1.h
index afc9c901752..17311216599 100644
--- a/engines/hpl1/hpl1.h
+++ b/engines/hpl1/hpl1.h
@@ -78,8 +78,7 @@ public:
 
 	bool hasFeature(EngineFeature f) const override {
 		return (f == kSupportsLoadingDuringRuntime) ||
-			   (f == kSupportsReturnToLauncher) ||
-			   (f == kSupportsArbitraryResolutions);
+		       (f == kSupportsReturnToLauncher);
 	};
 
 	bool canLoadGameStateCurrently(Common::U32String *msg = nullptr) override {




More information about the Scummvm-git-logs mailing list