Fix settings value

This commit is contained in:
CamilleLaVey
2026-09-04 16:00:19 -04:00
parent 1fdc31de6b
commit 1b5c489ebb
6 changed files with 35 additions and 17 deletions
+7 -7
View File
@@ -388,13 +388,13 @@ struct Values {
true,
true};
SwitchableSetting<std::string> post_shader_chain{linkage,
std::string(),
"post_shader_chain",
Category::Renderer,
Specialization::Default,
true,
true};
Setting<std::string> post_shader_chain{linkage,
std::string(),
"post_shader_chain",
Category::Renderer,
Specialization::Default,
true,
true};
SwitchableSetting<bool> frame_gen{linkage, false, "frame_gen", Category::Renderer,
Specialization::Default, true, false};