diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-08-06 21:26:40 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-08-06 21:26:40 -0400 |
| commit | 598931c87995a9e2f3af045ca51c736729ae5197 (patch) | |
| tree | 95999a21ffd0b2ecb83c8b1b226aced4ddbbd171 /shared_config.py | |
| parent | 6435769b270c8f849839a971f21b802a3f70662e (diff) | |
| download | decky-lsfg-vk-598931c87995a9e2f3af045ca51c736729ae5197.tar.gz decky-lsfg-vk-598931c87995a9e2f3af045ca51c736729ae5197.zip | |
fix: expose runtime 1x passthrough in Decky
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shared_config.py b/shared_config.py index 77b4c01..83672f1 100644 --- a/shared_config.py +++ b/shared_config.py @@ -75,13 +75,6 @@ CONFIG_SCHEMA_DEF = { "description": "optional GPU name, vendor:device ID, or PCI bus ID", "location": "profile", }, - "disable_lsfgvk": { - "name": "disable_lsfgvk", - "fieldType": ConfigFieldType.BOOLEAN, - "default": False, - "description": "disable lsfg-vk on the next game launch", - "location": "script", - }, "dxvk_frame_rate": { "name": "dxvk_frame_rate", "fieldType": ConfigFieldType.INTEGER, |
