diff options
| -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} |
