mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
(Lakka) Fix initial alpha and zoom for settings subitems
This commit is contained in:
parent
7c2bd73dfd
commit
61435123d0
@ -704,8 +704,8 @@ void lakka_init_settings(void)
|
||||
|
||||
strlcpy(subitem->name, setting->short_description,
|
||||
sizeof(subitem->name));
|
||||
subitem->alpha = kk ? 1.0 : 0.5;
|
||||
subitem->zoom = kk ? i_active_zoom : i_passive_zoom;
|
||||
subitem->alpha = 0.0;
|
||||
subitem->zoom = kk ? i_passive_zoom : i_active_zoom;
|
||||
subitem->y = kk ? vspacing * (kk + under_item_offset)
|
||||
: vspacing * active_item_factor;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user