summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-08-03 14:18:50 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-08-03 14:18:50 -0400
commit43f6b5621299aca92fd43de27922c1b27dd82e46 (patch)
treeb596c42f04240d66ad934ece56bc16e300178a09 /src
parenta38868cf13af9e257f023b93357657980331e9a5 (diff)
downloaddecky-lsfg-vk-43f6b5621299aca92fd43de27922c1b27dd82e46.tar.gz
decky-lsfg-vk-43f6b5621299aca92fd43de27922c1b27dd82e46.zip
fix: simplify FP16 toggle description
Diffstat (limited to 'src')
-rw-r--r--src/components/ConfigurationSection.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 1683ca2..344481e 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -128,7 +128,7 @@ export function ConfigurationSection({
<PanelSectionRow>
<ToggleField
label="FP16 Acceleration"
- description="Use FP16 shaders when supported; disable this on older NVIDIA GPUs if needed"
+ description="Use FP16 shaders when supported"
checked={!config.no_fp16}
onChange={(value) => onConfigChange(NO_FP16, !value)}
/>