[Scummvm-git-logs] scummvm master -> d8610590364fde127fbd4dae4c4a0447394d8daa
spleen1981
noreply at scummvm.org
Mon Mar 25 21:17:23 UTC 2024
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:
d861059036 LIBRETRO: disable engines requiring opengl_game_shaders
Commit: d8610590364fde127fbd4dae4c4a0447394d8daa
https://github.com/scummvm/scummvm/commit/d8610590364fde127fbd4dae4c4a0447394d8daa
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2024-03-25T22:17:08+01:00
Commit Message:
LIBRETRO: disable engines requiring opengl_game_shaders
Changed paths:
backends/platform/libretro/Makefile.common
diff --git a/backends/platform/libretro/Makefile.common b/backends/platform/libretro/Makefile.common
index 308bde8f444..0d64db679ab 100644
--- a/backends/platform/libretro/Makefile.common
+++ b/backends/platform/libretro/Makefile.common
@@ -37,7 +37,7 @@ DEBUG ?= 0
DEBUG_ALLOW_DIRTY_SUBMODULES ?= 0
# Variable engines dependencies
-UNAVAILABLE_DEPS :=
+UNAVAILABLE_DEPS := opengl_game_shaders
check_deps_availability = $(shell [ $(1) = 0 ] && echo $(2))
USE_HIGHRES ?= 1
More information about the Scummvm-git-logs
mailing list