mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-24 02:15:12 +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;
|
||||
break;
|
||||
case 2:
|
||||
entry.duration = XMB_DELAY * 4;
|
||||
entry.duration = XMB_DELAY * 2;
|
||||
entry.easing_enum = EASING_OUT_BOUNCE;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user