mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 13:26:34 +00:00
(360) Move rmenu_xui.cpp to menu/disp/
This commit is contained in:
parent
989106428e
commit
18545b5730
@ -19,14 +19,13 @@
|
||||
#include <xui.h>
|
||||
#include <xuiapp.h>
|
||||
|
||||
#include "menu_common.h"
|
||||
#include "../../console/rarch_console.h"
|
||||
#include "../menu_common.h"
|
||||
|
||||
#include "../../gfx/gfx_common.h"
|
||||
#include "../../gfx/gfx_context.h"
|
||||
#include "../../../gfx/gfx_common.h"
|
||||
#include "../../../gfx/gfx_context.h"
|
||||
|
||||
#include "../../message_queue.h"
|
||||
#include "../../general.h"
|
||||
#include "../../../message_queue.h"
|
||||
#include "../../../general.h"
|
||||
|
||||
enum
|
||||
{
|
@ -573,7 +573,7 @@ MENU
|
||||
#elif defined(HAVE_RGUI)
|
||||
#include "../frontend/menu/disp/rgui.c"
|
||||
#elif defined(HAVE_RMENU_XUI)
|
||||
#include "../frontend/menu/rmenu_xui.cpp"
|
||||
#include "../frontend/menu/disp/rmenu_xui.cpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user