mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +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
|
||||
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_y = 80;
|
||||
}
|
||||
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_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…
Reference in New Issue
Block a user