(360) Some build fixes

This commit is contained in:
twinaphex 2013-12-29 04:08:42 +01:00
parent 7bd6599634
commit 030012f664
3 changed files with 5 additions and 1 deletions

View File

@ -2120,6 +2120,8 @@ void menu_parse_and_resolve(void *data, unsigned menu_type)
file_list_push(rgui->selection_buf, "E:", menu_type, 0);
file_list_push(rgui->selection_buf, "F:", menu_type, 0);
file_list_push(rgui->selection_buf, "G:", menu_type, 0);
#elif defined(_XBOX360)
file_list_push(rgui->selection_buf, "game:", menu_type, 0);
#elif defined(_WIN32)
unsigned drives = GetLogicalDrives();
char drive[] = " :\\";

View File

@ -30,6 +30,8 @@
#if defined(_WIN32) && !defined(_XBOX)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#elif defined(_WIN32) && defined(_XBOX)
#include <Xtl.h>
#endif
#include "retroarch_logger.h"

View File

@ -39,7 +39,7 @@
#if defined(_XBOX1)
unsigned font_x, font_y;
#elif defined(_XBOX360)
#include "../frontend/menu/rmenu_xui.h"
const DWORD g_MapLinearToSrgbGpuFormat[] =
{
GPUTEXTUREFORMAT_1_REVERSE,