First intent on motion resolution flow auto

This commit is contained in:
CamilleLaVey
2026-08-13 21:17:09 -04:00
parent 59384de777
commit 9a8a30ba43
8 changed files with 76 additions and 10 deletions
+9
View File
@@ -402,6 +402,15 @@ struct Values {
false,
&frame_gen};
SwitchableSetting<bool> frame_gen_flow_scale_auto{linkage,
true,
"frame_gen_flow_scale_auto",
Category::Renderer,
Specialization::Default,
true,
false,
&frame_gen};
SwitchableSetting<u32, true> frame_gen_flow_scale{linkage,
75,
25,