[Scummvm-git-logs] scummvm master -> f18c1ed826298f347b1a9526faaffa6bed868050

aquadran noreply at scummvm.org
Wed Jul 13 20:27:22 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f18c1ed826 WINTERMUTE: WME3D: Opengl renderers doesn't support arbitrary resolutions yet


Commit: f18c1ed826298f347b1a9526faaffa6bed868050
    https://github.com/scummvm/scummvm/commit/f18c1ed826298f347b1a9526faaffa6bed868050
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-13T22:27:18+02:00

Commit Message:
WINTERMUTE: WME3D: Opengl renderers doesn't support arbitrary resolutions yet

Changed paths:
    engines/wintermute/wintermute.cpp


diff --git a/engines/wintermute/wintermute.cpp b/engines/wintermute/wintermute.cpp
index 7b69c409a0c..b53f20efb11 100644
--- a/engines/wintermute/wintermute.cpp
+++ b/engines/wintermute/wintermute.cpp
@@ -91,7 +91,7 @@ bool WintermuteEngine::hasFeature(EngineFeature f) const {
 		return true;
 #ifdef ENABLE_WME3D
 	case kSupportsArbitraryResolutions:
-		return true;
+		return /*true*/false; // opengl renderers doesn't support it yet
 #endif
 	default:
 		return false;




More information about the Scummvm-git-logs mailing list