mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Griffin) Take out these ifdefs for XMB/MaterialUI/Ozone
This commit is contained in:
parent
a48dbcb52e
commit
656283322e
@ -1318,10 +1318,10 @@ MENU
|
||||
#include "../menu/drivers/rgui.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGL1) || defined(HAVE_VITA2D) || defined(_3DS) || defined(__wiiu__) || defined(HAVE_METAL)
|
||||
#ifdef HAVE_XMB
|
||||
#include "../menu/drivers/xmb.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OZONE
|
||||
#include "../menu/drivers/ozone/ozone.c"
|
||||
#include "../menu/drivers/ozone/ozone_display.c"
|
||||
@ -1339,8 +1339,6 @@ MENU
|
||||
#include "../menu/drivers/materialui.c"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETWORKGAMEPAD
|
||||
#include "../input/input_remote.c"
|
||||
#include "../cores/libretro-net-retropad/net_retropad_core.c"
|
||||
|
Loading…
x
Reference in New Issue
Block a user