mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Set shader pipeline to wallpaper mode when setting a menu wallpaper
This commit is contained in:
parent
689eb71795
commit
d1d97e9d9d
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user