mirror of
https://github.com/libretro/RetroArch
synced 2025-02-10 12:40:03 +00:00
(Xbox 1) Rename PNG files
This commit is contained in:
parent
ac579f2d6a
commit
8e1dfde5cb
@ -2237,13 +2237,13 @@ void menu_init (void)
|
|||||||
// Load background image
|
// Load background image
|
||||||
if(width == 640)
|
if(width == 640)
|
||||||
{
|
{
|
||||||
d3d_surface_new(&m_menuMainBG, "D:\\Media\\menuMainBG.png");
|
d3d_surface_new(&m_menuMainBG, "D:\\Media\\main-menu_480p.png");
|
||||||
m_menuMainRomListPos_x = 60;
|
m_menuMainRomListPos_x = 60;
|
||||||
m_menuMainRomListPos_y = 80;
|
m_menuMainRomListPos_y = 80;
|
||||||
}
|
}
|
||||||
else if(width == 1280)
|
else if(width == 1280)
|
||||||
{
|
{
|
||||||
d3d_surface_new(&m_menuMainBG, "D:\\Media\\menuMainBG_720p.png");
|
d3d_surface_new(&m_menuMainBG, "D:\\Media\\main-menu_720p.png");
|
||||||
m_menuMainRomListPos_x = 360;
|
m_menuMainRomListPos_x = 360;
|
||||||
m_menuMainRomListPos_y = 130;
|
m_menuMainRomListPos_y = 130;
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Loading…
x
Reference in New Issue
Block a user