mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(RMenu) New backgrounds
This commit is contained in:
parent
6826301b75
commit
104ff16169
@ -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
|
||||
|
@ -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
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 44 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 31 KiB |
Loading…
x
Reference in New Issue
Block a user