From b37f3c7044209fc6fef3e39be549b97db194db3d Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Wed, 23 Jul 2025 23:07:35 -0400 Subject: fps slider for target pacing with UI --- shared_config.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shared_config.py') diff --git a/shared_config.py b/shared_config.py index 68c7b82..72dcf11 100644 --- a/shared_config.py +++ b/shared_config.py @@ -44,6 +44,14 @@ CONFIG_SCHEMA_DEF = { "location": "toml" }, + "target_total_fps": { + "name": "target_total_fps", + "fieldType": ConfigFieldType.FLOAT, + "default": 0.0, + "description": "specify your post-frame gen target framerate to force specific frame pacing logic. 0 = default pacing", + "location": "toml" + }, + "performance_mode": { "name": "performance_mode", "fieldType": ConfigFieldType.BOOLEAN, -- cgit v1.2.3