diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/components/UsageInstructions.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 2d6fea4..7989109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-lossless-scaling-vk", - "version": "0.6.7", + "version": "0.6.8", "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer", "type": "module", "scripts": { diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index 6025241..ce41a53 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -33,7 +33,7 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { whiteSpace: "pre-wrap" }} > - Add the launch option below (or use "Launch Option Clipboard") to Steam games to activate frame generation. + Click "Copy Launch Option" below, then paste it into your Steam game's launch options to enable frame generation. </div> </PanelSectionRow> |
