From 598931c87995a9e2f3af045ca51c736729ae5197 Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Thu, 6 Aug 2026 21:26:40 -0400 Subject: fix: expose runtime 1x passthrough in Decky --- shared_config.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'shared_config.py') 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, -- cgit v1.2.3