[Scummvm-git-logs] scummvm master -> 2e2d72d429a872096d5d2a8cc69aabbabe11ddd4
lephilousophe
noreply at scummvm.org
Sun Jan 23 09:18:35 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:
2e2d72d429 PS3: Disable OpenGL as there is no support for it
Commit: 2e2d72d429a872096d5d2a8cc69aabbabe11ddd4
https://github.com/scummvm/scummvm/commit/2e2d72d429a872096d5d2a8cc69aabbabe11ddd4
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-01-23T10:18:04+01:00
Commit Message:
PS3: Disable OpenGL as there is no support for it
Changed paths:
configure
diff --git a/configure b/configure
index 2b937d5e18f..80bbda6a4d8 100755
--- a/configure
+++ b/configure
@@ -3016,6 +3016,8 @@ EOF
append_var SDL_NET_LIBS "-lSDL_net -lnet -lsysmodule"
add_line_to_config_mk 'PLAYSTATION3 = 1'
add_line_to_config_h "#define PREFIX \"${prefix}\""
+ # PS3 has no OpenGL support at all even though it's SDL based
+ _opengl_mode=none
;;
psp2)
_freetypepath="$VITASDK/arm-vita-eabi/bin"
More information about the Scummvm-git-logs
mailing list