[Scummvm-git-logs] scummvm master -> 680772b8af029c592684f12f786e5ec585a06e0c

aquadran noreply at scummvm.org
Tue Jun 7 21:10:30 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:
680772b8af GRIM: Use generic description in game for TinyGL renderer


Commit: 680772b8af029c592684f12f786e5ec585a06e0c
    https://github.com/scummvm/scummvm/commit/680772b8af029c592684f12f786e5ec585a06e0c
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-06-07T23:10:26+02:00

Commit Message:
GRIM: Use generic description in game for TinyGL renderer

Changed paths:
    engines/grim/gfx_tinygl.cpp


diff --git a/engines/grim/gfx_tinygl.cpp b/engines/grim/gfx_tinygl.cpp
index de202152e6a..d4aae2e20a6 100644
--- a/engines/grim/gfx_tinygl.cpp
+++ b/engines/grim/gfx_tinygl.cpp
@@ -105,7 +105,7 @@ void GfxTinyGL::setupScreen(int screenW, int screenH) {
 }
 
 const char *GfxTinyGL::getVideoDeviceName() {
-	return "TinyGL Software Renderer";
+	return "Software Renderer";
 }
 
 void GfxTinyGL::setupCameraFrustum(float fov, float nclip, float fclip) {




More information about the Scummvm-git-logs mailing list