(XMB) Increase the delay for xmb_toggle to make the animation more noticeable

This commit is contained in:
Jean-André Santoni 2016-04-22 18:11:39 +07:00
parent 0f6c3564dc
commit 339a0cdef4

View File

@ -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;