diff --git a/console/rmenu/rmenu.c b/console/rmenu/rmenu.c index 07b0a8b8ad..fac47d5142 100644 --- a/console/rmenu/rmenu.c +++ b/console/rmenu/rmenu.c @@ -2270,14 +2270,14 @@ void menu_init (void) if(width == 640) { d3d_surface_new(&m_menuMainBG, "D:\\Media\\menuMainBG.png"); - m_menuMainRomListPos_x = 100; - m_menuMainRomListPos_y = 100; + m_menuMainRomListPos_x = 60; + m_menuMainRomListPos_y = 80; } else if(width == 1280) { d3d_surface_new(&m_menuMainBG, "D:\\Media\\menuMainBG_720p.png"); - m_menuMainRomListPos_x = 400; - m_menuMainRomListPos_y = 150; + m_menuMainRomListPos_x = 360; + m_menuMainRomListPos_y = 130; } // Load rom selector panel diff --git a/console/rmenu/rmenu.h b/console/rmenu/rmenu.h index 427b609a81..7f4e5d7770 100644 --- a/console/rmenu/rmenu.h +++ b/console/rmenu/rmenu.h @@ -56,11 +56,11 @@ #define POSITION_Y_START m_menuMainRomListPos_y #define POSITION_Y_BEGIN (POSITION_Y_START + POSITION_Y_INCREMENT) #define POSITION_Y_INCREMENT 20 -#define COMMENT_Y_POSITION (ypos - POSITION_Y_INCREMENT) -#define COMMENT_TWO_Y_POSITION (ypos + ((POSITION_Y_INCREMENT/2) *1)) +#define COMMENT_Y_POSITION (ypos - ((POSITION_Y_INCREMENT/2) * 3)) +#define COMMENT_TWO_Y_POSITION (ypos - ((POSITION_Y_INCREMENT/2) * 1)) #define MSG_QUEUE_X_POSITION POSITION_X -#define MSG_QUEUE_Y_POSITION (ypos - (POSITION_Y_INCREMENT * 2)) +#define MSG_QUEUE_Y_POSITION (ypos - ((POSITION_Y_INCREMENT/2) * 7)) #define MSG_QUEUE_FONT_SIZE HARDCODE_FONT_SIZE #define MSG_PREV_NEXT_Y_POSITION 24 diff --git a/ps3/pkg/USRDIR/cores/borders/Menu/main-menu.png b/ps3/pkg/USRDIR/cores/borders/Menu/main-menu.png index 3056a1b781..eb8c60cb37 100644 Binary files a/ps3/pkg/USRDIR/cores/borders/Menu/main-menu.png and b/ps3/pkg/USRDIR/cores/borders/Menu/main-menu.png differ diff --git a/xbox1/Media/menuMainBG.png b/xbox1/Media/menuMainBG.png index 8e6d54eee7..e81ea10789 100644 Binary files a/xbox1/Media/menuMainBG.png and b/xbox1/Media/menuMainBG.png differ diff --git a/xbox1/Media/menuMainBG_720p.png b/xbox1/Media/menuMainBG_720p.png index 2bd9482cc1..6991ec60aa 100644 Binary files a/xbox1/Media/menuMainBG_720p.png and b/xbox1/Media/menuMainBG_720p.png differ