mirror of
https://github.com/libretro/libretro-super.git
synced 2024-12-12 10:27:56 +00:00
Show log messages for check_opengl function
This commit is contained in:
parent
74eb977e48
commit
fc7babccab
@ -46,10 +46,14 @@ check_opengl()
|
||||
{
|
||||
if [ "$BUILD_LIBRETRO_GL" ]; then
|
||||
if [ "$ENABLE_GLES"]; then
|
||||
echo "=== OpenGL ES enabled ==="
|
||||
export FORMAT_COMPILER_TARGET=FORMAT_COMPILER_TARGET-gles
|
||||
else
|
||||
echo "=== OpenGL enabled ==="
|
||||
export FORMAT_COMPILER_TARGET=FORMAT_COMPILER_TARGET-opengl
|
||||
fi
|
||||
else
|
||||
echo "=== OpenGL disabled in build ==="
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user