diff options
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/shared_config.py b/shared_config.py index 77b4c01..f89272f 100644 --- a/shared_config.py +++ b/shared_config.py @@ -12,13 +12,6 @@ class ConfigFieldType(str, Enum): CONFIG_SCHEMA_DEF = { - "dll": { - "name": "dll", - "fieldType": ConfigFieldType.STRING, - "default": "", - "description": "optional full path to Lossless.dll; leave blank for automatic discovery", - "location": "global", - }, "allow_fp16": { "name": "allow_fp16", "fieldType": ConfigFieldType.BOOLEAN, @@ -54,27 +47,6 @@ CONFIG_SCHEMA_DEF = { "description": "frame pacing mode (currently only none is supported)", "location": "profile", }, - "active_in": { - "name": "active_in", - "fieldType": ConfigFieldType.STRING, - "default": "", - "description": "optional executable or process names, separated by commas", - "location": "profile", - }, - "use_native_matching": { - "name": "use_native_matching", - "fieldType": ConfigFieldType.BOOLEAN, - "default": False, - "description": "let lsfg-vk choose a profile from Active In instead of forcing the selected profile", - "location": "script", - }, - "gpu": { - "name": "gpu", - "fieldType": ConfigFieldType.STRING, - "default": "", - "description": "optional GPU name, vendor:device ID, or PCI bus ID", - "location": "profile", - }, "disable_lsfgvk": { "name": "disable_lsfgvk", "fieldType": ConfigFieldType.BOOLEAN, |
