From 275eef09c16a1a047c23d9728a8eb9d4cb79e1ec Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 10 Mar 2013 23:09:47 +0100 Subject: [PATCH] (Xbox 1) Wrap some lines around HAVE_RMENU --- gfx/context/xdk_ctx.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gfx/context/xdk_ctx.c b/gfx/context/xdk_ctx.c index 7fcf508bb0..d418bf49db 100644 --- a/gfx/context/xdk_ctx.c +++ b/gfx/context/xdk_ctx.c @@ -42,12 +42,11 @@ #define XBOX_PRESENTATIONINTERVAL D3DRS_PRESENTINTERVAL #endif +#if defined(_XBOX1) && defined(HAVE_RMENU) #define ROM_PANEL_WIDTH 510 #define ROM_PANEL_HEIGHT 20 - -int xpos, ypos; -#ifdef _XBOX1 // Rom list coordinates +int xpos, ypos; unsigned m_menuMainRomListPos_x; unsigned m_menuMainRomListPos_y; #endif