From 749e882b587df3f46016c0880bc428e64a377468 Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 6 Jan 2019 21:18:36 -0800 Subject: [PATCH] qb: Fix typo in --help. --- 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 e7b405d10f85..d1b178569ab7 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -7,7 +7,7 @@ HAVE_OPENGLES_CFLAGS= # C-flags for custom GLES library HAVE_CACA=no # Libcaca support HAVE_SIXEL=no # Libsixel support HAVE_LIBRETRODB=yes # Libretrodb support -HAVE_MENU=yes # Enables menu drivers +HAVE_MENU=yes # Enable menu drivers HAVE_RGUI=auto # RGUI menu HAVE_MATERIALUI=auto # MaterialUI menu HAVE_XMB=auto # XMB menu