diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 13:06:38 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 13:06:38 -0400 |
| commit | 4743ebdf9c047a7ce9079026257cad876691cd8d (patch) | |
| tree | 602923a7cc80ba935bf470f03efef173c1a12688 | |
| parent | d4c20b6e3a329e4b8988fb52938a346b4cce811e (diff) | |
| download | decky-lsfg-vk-4743ebdf9c047a7ce9079026257cad876691cd8d.tar.gz decky-lsfg-vk-4743ebdf9c047a7ce9079026257cad876691cd8d.zip | |
desc and ver bump
| -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> |
