summaryrefslogtreecommitdiff
path: root/shared_config.py
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-23 23:07:35 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-23 23:07:35 -0400
commitb37f3c7044209fc6fef3e39be549b97db194db3d (patch)
treed9e3fddbc3630b8b4fb872a364130c86ab0ae9e9 /shared_config.py
parentabdceb22f7491d5bb29beee7771dab89ceb910f1 (diff)
downloaddecky-lsfg-vk-b37f3c7044209fc6fef3e39be549b97db194db3d.tar.gz
decky-lsfg-vk-b37f3c7044209fc6fef3e39be549b97db194db3d.zip
fps slider for target pacing with UI
Diffstat (limited to 'shared_config.py')
-rw-r--r--shared_config.py8
1 files changed, 8 insertions, 0 deletions
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,