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 --- src/components/ConfigurationSection.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/components/ConfigurationSection.tsx') diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 538975e..f332ad2 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -3,7 +3,7 @@ import { useState, useEffect } from "react"; import { RiArrowDownSFill, RiArrowUpSFill } from "react-icons/ri"; import { ConfigurationData } from "../config/configSchema"; import { - ACTIVE_IN, ALLOW_FP16, DISABLE_LSFGVK, DLL, FLOW_SCALE, GPU, + ACTIVE_IN, ALLOW_FP16, DLL, FLOW_SCALE, GPU, PERFORMANCE_MODE, USE_NATIVE_MATCHING, DXVK_FRAME_RATE, DISABLE_STEAMDECK_MODE, MANGOHUD_WORKAROUND, DISABLE_VKBASALT, FORCE_ENABLE_VKBASALT, ENABLE_WSI, ENABLE_ZINK } from "../config/generatedConfigSchema"; @@ -134,15 +134,6 @@ export function ConfigurationSection({ /> - - onConfigChange(DISABLE_LSFGVK, value)} - /> - -