(Menu) Updates
This commit is contained in:
parent
821570cb16
commit
35f546e4ba
|
@ -257,7 +257,8 @@ static int action_ok_shader_pass_load(const char *path,
|
|||
|
||||
/* This will reset any changed parameters. */
|
||||
video_shader_resolve_parameters(NULL, menu->shader);
|
||||
menu_list_flush_stack(menu_list, "shader_options", 0);
|
||||
menu_list_flush_stack(menu_list,
|
||||
menu_hash_to_str(MENU_LABEL_SHADER_OPTIONS), 0);
|
||||
return 0;
|
||||
#else
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue