mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 06:11:51 +00:00
(PS3) Enable XMB driver by default
This commit is contained in:
parent
f0a0314fc8
commit
83a93d4e09
@ -323,9 +323,9 @@ enum
|
||||
#define MENU_DEFAULT_DRIVER MENU_RMENU
|
||||
#elif defined(HAVE_RMENU_XUI)
|
||||
#define MENU_DEFAULT_DRIVER MENU_RMENU_XUI
|
||||
#elif defined(IOS) || defined(ANDROID) || defined(__CELLOS_LV2__)
|
||||
#elif defined(IOS) || defined(ANDROID)
|
||||
#define MENU_DEFAULT_DRIVER MENU_MATERIALUI
|
||||
#elif defined(MAC_OS_X_VERSION_10_6)
|
||||
#elif defined(MAC_OS_X_VERSION_10_6) || defined(__CELLOS_LV2__)
|
||||
#define MENU_DEFAULT_DRIVER MENU_XMB
|
||||
#else
|
||||
#define MENU_DEFAULT_DRIVER MENU_RGUI
|
||||
|
Loading…
x
Reference in New Issue
Block a user