(360/Wii) Move to frontend directories

This commit is contained in:
TwinAphex51224 2012-06-23 21:06:38 +02:00
parent c38df90f20
commit c58d18b1c1
6 changed files with 8 additions and 9 deletions

View File

@ -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;

View File

@ -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"

View File

@ -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>