diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-08-03 11:55:35 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-08-03 11:55:35 -0400 |
| commit | 8bdca28cca62afa3b1697cba71c735fc3deea41e (patch) | |
| tree | 68436d56071951e948a144da12570581bcfcbe76 /shared_config.py | |
| parent | e2863accd11c094f5472df77d13513960c699297 (diff) | |
| download | decky-lsfg-vk-8bdca28cca62afa3b1697cba71c735fc3deea41e.tar.gz decky-lsfg-vk-8bdca28cca62afa3b1697cba71c735fc3deea41e.zip | |
refactor: remove legacy profile controlsbundle-v2-flatpak-auto-update
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, |
