[Scummvm-git-logs] scummvm master -> 2a8664e18e2d85835e394b9a92662e7cc8ca4ac0

neuromancer noreply at scummvm.org
Tue Dec 13 23:41:28 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:
2a8664e18e FREESCAPE: prefer OpenGL renderer


Commit: 2a8664e18e2d85835e394b9a92662e7cc8ca4ac0
    https://github.com/scummvm/scummvm/commit/2a8664e18e2d85835e394b9a92662e7cc8ca4ac0
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-12-13T20:41:08-03:00

Commit Message:
FREESCAPE: prefer OpenGL renderer

Changed paths:
    engines/freescape/gfx.cpp


diff --git a/engines/freescape/gfx.cpp b/engines/freescape/gfx.cpp
index 1db3b8fb7f6..231ea0fea73 100644
--- a/engines/freescape/gfx.cpp
+++ b/engines/freescape/gfx.cpp
@@ -464,11 +464,6 @@ Graphics::RendererType determinateRenderType() {
 #endif
 						0);
 
-	#if defined(USE_TINYGL) // Prefer TinyGL until OpenGL is good enough
-	if (desiredRendererType == Graphics::kRendererTypeDefault)
-		matchingRendererType = desiredRendererType = Graphics::kRendererTypeTinyGL;
-	#endif
-
 	if (matchingRendererType != desiredRendererType && desiredRendererType != Graphics::kRendererTypeDefault) {
 		// Display a warning if unable to use the desired renderer
 		warning("Unable to create a '%s' renderer", rendererConfig.c_str());




More information about the Scummvm-git-logs mailing list