From ab7cc305e56875793733ef0423efc0c548ec0b74 Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 4 May 2019 09:26:57 -0700 Subject: [PATCH 1/2] Fix C89_BUILD=1 with clang. --- menu/widgets/menu_widgets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/widgets/menu_widgets.h b/menu/widgets/menu_widgets.h index 55331660c2..b4e9042093 100644 --- a/menu/widgets/menu_widgets.h +++ b/menu/widgets/menu_widgets.h @@ -77,4 +77,4 @@ bool menu_widgets_push_achievement(const char *title, const char *badge); * enable_menu_widgets to true for that driver */ void menu_widgets_frame(video_frame_info_t *video_info); -#endif \ No newline at end of file +#endif From 493083f5c7aec5cbde8ff922bf6a32f39ef47319 Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 4 May 2019 10:19:41 -0700 Subject: [PATCH 2/2] qb: Disable HAVE_MENU_WIDGETS with CXX_BUILD for now. --- qb/config.params.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index bd62a21888..db4bb2a267 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -10,6 +10,7 @@ HAVE_DEBUG=no # Enable a debug build HAVE_LIBRETRODB=yes # Libretrodb support HAVE_MENU=yes # Enable menu drivers HAVE_MENU_WIDGETS=yes # Enable menu widgets +CXX_MENU_WIDGETS=no HAVE_RGUI=auto # RGUI menu HAVE_MATERIALUI=auto # MaterialUI menu HAVE_XMB=auto # XMB menu