diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 15:09:32 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 15:09:32 -0400 |
| commit | bb76e4e61a608b9ce77de6f2e2bce2ce1f3839ea (patch) | |
| tree | c25fadf6d69b94cd2c0a116d78b8eff8d4b3e193 | |
| parent | 2bb4544db5a506fbd27e40881f924e839308f6a0 (diff) | |
| download | decky-lsfg-vk-bb76e4e61a608b9ce77de6f2e2bce2ce1f3839ea.tar.gz decky-lsfg-vk-bb76e4e61a608b9ce77de6f2e2bce2ce1f3839ea.zip | |
update descriptions
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 8a7f9da..1f71d8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lossless-scaling-vk", - "version": "0.5.3", + "version": "0.5.4", "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer", "type": "module", "scripts": { diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 5767d08..dc8da89 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -48,7 +48,7 @@ export function ConfigurationSection({ <PanelSectionRow> <SliderField label="FPS Multiplier" - description="Traditional FPS multiplier value (OFF = no interpolation)" + description="Traditional FPS multiplier value" value={config.multiplier} min={1} max={4} @@ -67,7 +67,7 @@ export function ConfigurationSection({ <PanelSectionRow> <SliderField label={`Flow Scale ${Math.round(config.flow_scale * 100)}%`} - description="Changes the flow scale (lower = faster)" + description="Lowers internal motion estimation resolution, improving performance slightly" value={config.flow_scale} min={0.25} max={1.0} |
