summaryrefslogtreecommitdiff
path: root/shared_config.py
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-24 01:00:30 -0400
committerGitHub <noreply@github.com>2025-07-24 01:00:30 -0400
commitac8b80a51aee60d8ebfc6fbdbcede8b65b420b11 (patch)
tree8f09e864dc0fa427f32af67c7fa75e037f40a8c6 /shared_config.py
parent32fc92aa68f0a53cd037bf5866a1f162f69b8dde (diff)
parent1ab33887cc929bf668431541f2836084cc7ac2b6 (diff)
downloaddecky-lsfg-vk-ac8b80a51aee60d8ebfc6fbdbcede8b65b420b11.tar.gz
decky-lsfg-vk-ac8b80a51aee60d8ebfc6fbdbcede8b65b420b11.zip
Merge pull request #80 from xXJSONDeruloXx/target-fps
Target fps
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,