mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(XMB) Fix label alpha bug
This commit is contained in:
parent
2edd943c08
commit
ef1b06d800
@ -515,10 +515,13 @@ static void xmb_list_open_new(file_list_t *list, int dir, size_t current)
|
||||
|
||||
if (!xmb)
|
||||
continue;
|
||||
|
||||
node->label_alpha = 0;
|
||||
|
||||
if (dir == 1 || (dir == -1 && i != current))
|
||||
node->alpha = 0;
|
||||
|
||||
if (dir == 1 || dir == -1)
|
||||
node->label_alpha = 0;
|
||||
|
||||
//if (dir == 1 || (dir == -1 && i == current))
|
||||
node->x = xmb->icon_size*dir*2;
|
||||
//else
|
||||
|
Loading…
Reference in New Issue
Block a user