diff options
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shared_config.py b/shared_config.py index 72dcf11..68c7b82 100644 --- a/shared_config.py +++ b/shared_config.py @@ -44,14 +44,6 @@ 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, |
