Skip to content

Commit dcaec9b

Browse files
committed
XMB: Dynamic wallpaper fix
1 parent 494196f commit dcaec9b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

menu/drivers/xmb.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6880,11 +6880,9 @@ static void xmb_context_reset_internal(xmb_handle_t *xmb,
68806880
xmb->assets_missing = false;
68816881
xmb_context_reset_textures(xmb, iconpath, menu_xmb_theme);
68826882
}
6883-
else
6884-
{
6885-
xmb->allow_horizontal_animation = true;
6886-
xmb->allow_dynamic_wallpaper = true;
6887-
}
6883+
6884+
xmb->allow_horizontal_animation = true;
6885+
xmb->allow_dynamic_wallpaper = true;
68886886

68896887
xmb_context_reset_horizontal_list(xmb);
68906888
xmb_set_title(xmb);

0 commit comments

Comments
 (0)