mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-06 01:19:37 +00:00
(360/Wii) Move to frontend directories
This commit is contained in:
parent
c38df90f20
commit
c58d18b1c1
@ -22,7 +22,7 @@
|
||||
#include "../libretro.h"
|
||||
#include "../console/console_ext.h"
|
||||
#include "xdk360_input.h"
|
||||
#include "frontend/menu.h"
|
||||
#include "frontend-xdk/menu.h"
|
||||
|
||||
static uint64_t state[4];
|
||||
static unsigned pads_connected;
|
||||
|
@ -203,9 +203,9 @@ REWIND
|
||||
MAIN
|
||||
============================================================ */
|
||||
#if defined(_XBOX)
|
||||
#include "../../360/frontend/main.c"
|
||||
#include "../../360/frontend-xdk/main.c"
|
||||
#elif defined(GEKKO)
|
||||
#include "../../wii/main.c"
|
||||
#include "../../wii/frontend/main.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
@ -231,7 +231,7 @@ NETPLAY
|
||||
MENU
|
||||
============================================================ */
|
||||
#if defined(_XBOX)
|
||||
#include "../../360/frontend/menu.cpp"
|
||||
#include "../../360/frontend-xdk/menu.cpp"
|
||||
#elif defined(GEKKO)
|
||||
#include "../rgui/rgui.c"
|
||||
#include "../rgui/list.c"
|
||||
|
@ -16,11 +16,10 @@
|
||||
#undef main
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "../console/rgui/rgui.h"
|
||||
#include "../driver.h"
|
||||
#include "../general.h"
|
||||
#include "../libretro.h"
|
||||
#include "driver.h"
|
||||
#include "../../console/rgui/rgui.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../libretro.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
Loading…
x
Reference in New Issue
Block a user