mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
Merge pull request #1387 from lakkatv/xmb
(XMB) Fix a small display regression
This commit is contained in:
commit
b9bea34f18
@ -1559,8 +1559,9 @@ static void xmb_list_insert(void *data,
|
||||
|
||||
if (i == current)
|
||||
{
|
||||
node->alpha = xmb->i_active_alpha;
|
||||
node->zoom = xmb->i_active_zoom;
|
||||
node->alpha = xmb->i_active_alpha;
|
||||
node->label_alpha = xmb->i_active_alpha;
|
||||
node->zoom = xmb->i_active_zoom;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user