mirror of
https://github.com/libretro/RetroArch
synced 2025-04-04 13:20:15 +00:00
(XMB) Fix a display bug on 16:9 displays caused by an optimization
This commit is contained in:
parent
c7a84990eb
commit
a467af48cf
@ -614,7 +614,7 @@ static void xmb_selection_pointer_changed(bool allow_animations)
|
|||||||
|
|
||||||
end = menu_entries_get_end();
|
end = menu_entries_get_end();
|
||||||
tag = (uintptr_t)menu_list;
|
tag = (uintptr_t)menu_list;
|
||||||
threshold = xmb->icon.size*10;
|
threshold = xmb->icon.size * 16;
|
||||||
|
|
||||||
video_driver_get_size(NULL, &height);
|
video_driver_get_size(NULL, &height);
|
||||||
|
|
||||||
@ -669,7 +669,7 @@ static void xmb_list_open_old(xmb_handle_t *xmb,
|
|||||||
file_list_t *list, int dir, size_t current)
|
file_list_t *list, int dir, size_t current)
|
||||||
{
|
{
|
||||||
unsigned i, height = 0;
|
unsigned i, height = 0;
|
||||||
int threshold = xmb->icon.size * 10;
|
int threshold = xmb->icon.size * 16;
|
||||||
size_t end = 0;
|
size_t end = 0;
|
||||||
|
|
||||||
end = file_list_get_size(list);
|
end = file_list_get_size(list);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user