From 19aae57887341314a52e38115f37550c4c5cceb8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 14 Jan 2016 15:06:23 +0100 Subject: [PATCH] Change default menu driver - XMB rule --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 92802c4116..3e935fafa1 100644 --- a/config.def.h +++ b/config.def.h @@ -322,7 +322,7 @@ enum #define MENU_DEFAULT_DRIVER MENU_XUI #elif defined(IOS) || defined(ANDROID) #define MENU_DEFAULT_DRIVER MENU_MATERIALUI -#elif defined(HAVE_XMB) +#elif defined(__MACH__) && defined(HAVE_XMB) #define MENU_DEFAULT_DRIVER MENU_XMB #else #define MENU_DEFAULT_DRIVER MENU_RGUI