From 47b37c67e600a6e3f85476067e07cd60b7dc2e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Wed, 17 Jun 2015 12:43:58 -0300 Subject: [PATCH] (qb) Update --enable-opengl description --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 3fe146a87d..d5610b1380 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -17,7 +17,7 @@ HAVE_DYLIB=auto # Enable dynamic loading support HAVE_NETWORKING=auto # Enable networking features (recommended) HAVE_NETPLAY=auto # Enable netplay support (requires networking) HAVE_D3D9=yes # Disable Direct3D 9 support -HAVE_OPENGL=auto # Disable OpenGL support +HAVE_OPENGL=auto # Enable OpenGL support HAVE_GLES=no # Use GLESv2 instead of desktop GL HAVE_MALI_FBDEV=no # Enable Mali fbdev context support HAVE_VIVANTE_FBDEV=no # Enable Vivante fbdev context support