mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 03:00:24 +00:00
(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
Block a user