File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3000,7 +3000,6 @@ bool video_shader_apply_shader(
30003000 if ((video_st -> current_video -> set_shader (
30013001 video_st -> data , type , preset_path )))
30023002 {
3003- configuration_set_bool (settings , settings -> bools .video_shader_enable , true);
30043003 if (!string_is_empty (preset_path ))
30053004 {
30063005 if (runloop_st -> runtime_shader_preset_path != preset_path )
Original file line number Diff line number Diff line change @@ -2923,9 +2923,6 @@ void menu_shader_manager_apply_changes(
29232923 }
29242924
29252925 menu_shader_manager_set_preset (NULL , type , NULL , true);
2926-
2927- /* Reinforce disabled state on failure */
2928- configuration_set_bool (settings , settings -> bools .video_shader_enable , false);
29292926}
29302927
29312928static bool menu_shader_manager_save_preset_internal (
Original file line number Diff line number Diff line change @@ -8179,7 +8179,6 @@ static void general_write_handler(rarch_setting_t *setting)
81798179 case MENU_ENUM_LABEL_VIDEO_SHADERS_ENABLE:
81808180#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
81818181 video_shader_toggle(settings, true);
8182- configuration_set_bool(settings, settings->bools.video_shader_enable, *setting->value.target.boolean);
81838182#endif
81848183 break;
81858184 case MENU_ENUM_LABEL_VIDEO_THREADED:
You can’t perform that action at this time.
0 commit comments