mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-21 20:22:43 +00:00
(360) Some build fixes
This commit is contained in:
parent
7bd6599634
commit
030012f664
@ -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[] = " :\\";
|
||||
|
@ -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"
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user