Set shader pipeline to wallpaper mode when setting a menu wallpaper

This commit is contained in:
twinaphex 2017-01-07 18:13:52 +01:00
parent 689eb71795
commit d1d97e9d9d

View File

@ -1652,7 +1652,11 @@ static int action_ok_menu_wallpaper(const char *path,
static int action_ok_menu_wallpaper_load(const char *path,
const char *label, unsigned type, size_t idx, size_t entry_idx)
{
settings_t *settings = config_get_ptr();
filebrowser_clear_type();
settings->menu.xmb.shader_pipeline = XMB_SHADER_PIPELINE_WALLPAPER;
return generic_action_ok(path, label, type, idx, entry_idx,
ACTION_OK_LOAD_WALLPAPER, MSG_UNKNOWN);
}