From 8bdca28cca62afa3b1697cba71c735fc3deea41e Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 3 Aug 2026 11:55:35 -0400 Subject: refactor: remove legacy profile controls --- shared_config.py | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'shared_config.py') 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, -- cgit v1.2.3