mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 05:16:12 +00:00
(menu_cbs_iterate) Render while in ITERATE_TYPE_ZIP mode
This commit is contained in:
parent
052c5c0a0a
commit
6b8ebcbae1
@ -538,6 +538,7 @@ static int action_iterate_main(const char *label, unsigned action)
|
|||||||
break;
|
break;
|
||||||
case ITERATE_TYPE_ZIP:
|
case ITERATE_TYPE_ZIP:
|
||||||
ret = action_iterate_load_open_zip(label, msg, sizeof(msg), action);
|
ret = action_iterate_load_open_zip(label, msg, sizeof(msg), action);
|
||||||
|
do_render = true;
|
||||||
break;
|
break;
|
||||||
case ITERATE_TYPE_MESSAGE:
|
case ITERATE_TYPE_MESSAGE:
|
||||||
strlcpy(msg, disp->message_contents, sizeof(msg));
|
strlcpy(msg, disp->message_contents, sizeof(msg));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user