mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-03 07:22:15 +00:00
Reduce duration of easing out bounce otherwise we get glitches
This commit is contained in:
parent
35910e8785
commit
7ea74548b1
@ -1722,7 +1722,7 @@ static void xmb_list_switch_horizontal_list(xmb_handle_t *xmb)
|
|||||||
entry.easing_enum = EASING_IN_SINE;
|
entry.easing_enum = EASING_IN_SINE;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
entry.duration = XMB_DELAY * 4;
|
entry.duration = XMB_DELAY * 2;
|
||||||
entry.easing_enum = EASING_OUT_BOUNCE;
|
entry.easing_enum = EASING_OUT_BOUNCE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user