mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(XDK1) Reduced size of menu panel PNG - SFA3 now fits into RAM
This commit is contained in:
parent
e59f7e5a79
commit
6b94b53bfc
@ -1118,7 +1118,7 @@ static void browser_render(void *data)
|
||||
{
|
||||
menu_panel->x = 0;
|
||||
menu_panel->y = y_increment;
|
||||
menu_panel->width = 510;
|
||||
menu_panel->width = 610;
|
||||
menu_panel->height = 20;
|
||||
}
|
||||
#endif
|
||||
@ -2576,9 +2576,9 @@ static int select_setting(uint8_t menu_type, uint64_t input)
|
||||
continue;
|
||||
|
||||
#ifdef HAVE_MENU_PANEL
|
||||
menu_panel->x = POSITION_X;
|
||||
menu_panel->x = 0;
|
||||
menu_panel->y = y_increment;
|
||||
menu_panel->width = 510;
|
||||
menu_panel->width = 610;
|
||||
menu_panel->height = 20;
|
||||
#endif
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
x
Reference in New Issue
Block a user