diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-08-18 11:51:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-18 11:51:56 -0400 |
| commit | 3d75e193791c18b1a0bcde5c8e80bdc24492c031 (patch) | |
| tree | ce232300a4779078c28ed549a8ce678a1f7974c2 /src/components/ConfigurationSection.tsx | |
| parent | 6489f2273fc246fcca25e95d913e60ea214e0d31 (diff) | |
| parent | 1fcde377b970e0e04d11ca68892c3e04481471ac (diff) | |
| download | decky-lsfg-vk-3d75e193791c18b1a0bcde5c8e80bdc24492c031.tar.gz decky-lsfg-vk-3d75e193791c18b1a0bcde5c8e80bdc24492c031.zip | |
Feat/manual profiles
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 31ce278..92d1867 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -4,7 +4,7 @@ import { RiArrowDownSFill, RiArrowUpSFill } from "react-icons/ri"; import { ConfigurationData } from "../config/configSchema"; import { FpsMultiplierControl } from "./FpsMultiplierControl"; import { - NO_FP16, FLOW_SCALE, PERFORMANCE_MODE, HDR_MODE, + FLOW_SCALE, PERFORMANCE_MODE, HDR_MODE, EXPERIMENTAL_PRESENT_MODE, DXVK_FRAME_RATE, DISABLE_STEAMDECK_MODE, MANGOHUD_WORKAROUND, DISABLE_VKBASALT, FORCE_ENABLE_VKBASALT, ENABLE_WSI } from "../config/generatedConfigSchema"; @@ -113,14 +113,14 @@ export function ConfigurationSection({ /> </PanelSectionRow> - <PanelSectionRow> + {/* <PanelSectionRow> <ToggleField label="Force Disable FP16" description="Force-disable FP16 acceleration" checked={config.no_fp16} onChange={(value) => onConfigChange(NO_FP16, value)} /> - </PanelSectionRow> + </PanelSectionRow> */} <PanelSectionRow> <ToggleField |
