(Xbox 1) Rename PNG files

This commit is contained in:
twinaphex 2012-08-05 16:35:01 +02:00
parent ac579f2d6a
commit 8e1dfde5cb
3 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB