From dc3e22a5ea70f3a8222fe32e81b7be7a4e2eede8 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 11 Apr 2013 23:31:00 +0200 Subject: [PATCH] Enable RGUI by default. --- 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 2a6ea6556c..193ecba54c 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -1,4 +1,4 @@ -HAVE_RGUI=no # Enable RGUI +HAVE_RGUI=yes # Disable RGUI HAVE_DYNAMIC=yes # Disable dynamic loading of libretro library HAVE_SDL=auto # SDL support HAVE_LIBRETRO= # libretro library used