mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
commit
1a3d79b458
@ -1297,7 +1297,7 @@ static void xmb_list_open_old(xmb_handle_t *xmb,
|
||||
entry.target_value = ia;
|
||||
entry.subject = &node->alpha;
|
||||
entry.easing_enum = EASING_OUT_QUAD;
|
||||
entry.tag = -1;
|
||||
entry.tag = (uintptr_t)list;
|
||||
entry.cb = NULL;
|
||||
|
||||
menu_animation_push(&entry);
|
||||
@ -1367,7 +1367,7 @@ static void xmb_list_open_new(xmb_handle_t *xmb,
|
||||
entry.target_value = ia;
|
||||
entry.subject = &node->alpha;
|
||||
entry.easing_enum = EASING_OUT_QUAD;
|
||||
entry.tag = -1;
|
||||
entry.tag = (uintptr_t)list;
|
||||
entry.cb = NULL;
|
||||
|
||||
menu_animation_push(&entry);
|
||||
|
Loading…
Reference in New Issue
Block a user