mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 06:18:34 +00:00
(XMB) Increase the delay for xmb_toggle to make the animation more noticeable
This commit is contained in:
parent
0f6c3564dc
commit
339a0cdef4
@ -2952,7 +2952,7 @@ static void xmb_toggle(void *userdata, bool menu_on)
|
||||
return;
|
||||
}
|
||||
|
||||
entry.duration = XMB_DELAY;
|
||||
entry.duration = XMB_DELAY * 2;
|
||||
entry.target_value = 1.0f;
|
||||
entry.subject = &xmb->alpha;
|
||||
entry.easing_enum = EASING_OUT_QUAD;
|
||||
|
Loading…
Reference in New Issue
Block a user