ui/overlay: Fix enhanced frame pacing naming and disable frameskip for now. (#99)

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-05-10 11:38:06 -04:00
parent bc649965ee
commit be552c37a1
10 changed files with 91 additions and 185 deletions

View file

@ -284,7 +284,7 @@ struct Values {
#ifdef __ANDROID__
SwitchableSetting<bool> frame_interpolation{linkage, true, "frame_interpolation", Category::Renderer,
Specialization::RuntimeList};
SwitchableSetting<bool> frame_skipping{linkage, true, "frame_skipping", Category::Renderer,
SwitchableSetting<bool> frame_skipping{linkage, false, "frame_skipping", Category::Renderer,
Specialization::RuntimeList};
#endif
SwitchableSetting<bool> use_disk_shader_cache{linkage, true, "use_disk_shader_cache",