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

aquadran noreply at scummvm.org
Mon Jan 3 13:29:36 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:
d054f7785c GRAPHICS3D: MorphOS special code case is no longer needed


Commit: d054f7785c18b2599536b8c0b3d3280654eed088
    https://github.com/scummvm/scummvm/commit/d054f7785c18b2599536b8c0b3d3280654eed088
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-01-03T14:29:32+01:00

Commit Message:
GRAPHICS3D: MorphOS special code case is no longer needed

Changed paths:
    backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp


diff --git a/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp b/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp
index 3a5afcbe687..854ae3542b9 100644
--- a/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp
+++ b/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp
@@ -279,12 +279,7 @@ void OpenGLSdlGraphics3dManager::setupScreen() {
 	createOrUpdateScreen();
 
 	int glflag;
-#ifdef __MORPHOS__
-	const GLbyte *str;
-#else
 	const GLubyte *str;
-#endif
-
 	str = glGetString(GL_VENDOR);
 	debug("INFO: OpenGL Vendor: %s", str);
 	str = glGetString(GL_RENDERER);




More information about the Scummvm-git-logs mailing list