[Scummvm-git-logs] scummvm master -> 9d31b31c179fd4a43f7cfc383a3435a9070c6aa8

spleen1981 noreply at scummvm.org
Sat Apr 5 18:22:04 UTC 2025


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:
9d31b31c17 LIBRETRO: drop unsupported features flags


Commit: 9d31b31c179fd4a43f7cfc383a3435a9070c6aa8
    https://github.com/scummvm/scummvm/commit/9d31b31c179fd4a43f7cfc383a3435a9070c6aa8
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2025-04-05T20:21:50+02:00

Commit Message:
LIBRETRO: drop unsupported features flags

Changed paths:
    backends/platform/libretro/src/libretro-graphics-opengl.cpp


diff --git a/backends/platform/libretro/src/libretro-graphics-opengl.cpp b/backends/platform/libretro/src/libretro-graphics-opengl.cpp
index daf4606df71..3b5853af5d0 100644
--- a/backends/platform/libretro/src/libretro-graphics-opengl.cpp
+++ b/backends/platform/libretro/src/libretro-graphics-opengl.cpp
@@ -104,8 +104,6 @@ bool LibretroOpenGLGraphics::hasFeature(OSystem::Feature f) const {
 #ifdef SCUMMVM_NEON
 	(f == OSystem::kFeatureCpuNEON) ||
 #endif
-	(f == OSystem::kFeatureOpenGLForGame) ||
-	(f == OSystem::kFeatureShadersForGame) ||
 	OpenGL::OpenGLGraphicsManager::hasFeature(f);
 }
 




More information about the Scummvm-git-logs mailing list