mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 09:48:27 +00:00
Use XMB by default when HAVE_XMB is defined
This commit is contained in:
parent
82fecdbc70
commit
1ad0e7201a
@ -326,7 +326,7 @@ enum
|
||||
#define MENU_DEFAULT_DRIVER MENU_XUI
|
||||
#elif defined(IOS) || defined(ANDROID) || defined(__QNX__)
|
||||
#define MENU_DEFAULT_DRIVER MENU_MATERIALUI
|
||||
#elif defined(__MACH__) && defined(HAVE_XMB) || defined(__CELLOS_LV2__)
|
||||
#elif defined(HAVE_XMB)
|
||||
#define MENU_DEFAULT_DRIVER MENU_XMB
|
||||
#else
|
||||
#define MENU_DEFAULT_DRIVER MENU_RGUI
|
||||
|
Loading…
Reference in New Issue
Block a user