We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494196f commit dcaec9bCopy full SHA for dcaec9b
1 file changed
menu/drivers/xmb.c
@@ -6880,11 +6880,9 @@ static void xmb_context_reset_internal(xmb_handle_t *xmb,
6880
xmb->assets_missing = false;
6881
xmb_context_reset_textures(xmb, iconpath, menu_xmb_theme);
6882
}
6883
- else
6884
- {
6885
- xmb->allow_horizontal_animation = true;
6886
- xmb->allow_dynamic_wallpaper = true;
6887
- }
+
+ xmb->allow_horizontal_animation = true;
+ xmb->allow_dynamic_wallpaper = true;
6888
6889
xmb_context_reset_horizontal_list(xmb);
6890
xmb_set_title(xmb);
0 commit comments