From a40e4ee5d25aecb9b86f63ca78e1a51e534ed035 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 11 Jul 2025 08:04:44 -0400 Subject: update names --- plugin.json | 2 +- src/index.tsx | 136 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 69 insertions(+), 69 deletions(-) diff --git a/plugin.json b/plugin.json index 1873005..d92be79 100644 --- a/plugin.json +++ b/plugin.json @@ -5,7 +5,7 @@ "api_version": 1, "publish": { "tags": ["installer", "vulkan", "lsfg"], - "description": "Install lsfg-vk Vulkan layer for frame generation.", + "description": "Enable Lossless Scaling on the Steam Deck using lsfg-vk compatibility layer.", "image": "https://github.com/xXJSONDeruloXx/decky-lossless-scaling/blob/main/assets/lsfg-vk.png?raw=true" } } diff --git a/src/index.tsx b/src/index.tsx index 1ab6f62..7f6b957 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -130,84 +130,84 @@ function Content() { }; return ( - + -
-
- {dllDetectionStatus} -
-
- Status: {installationStatus} -
+
+
+ {dllDetectionStatus} +
+
+ Status: {installationStatus}
+
- - {isInstalling ? ( -
-
Installing...
-
- ) : isUninstalling ? ( -
-
Uninstalling...
-
- ) : isInstalled ? ( -
- -
Uninstall lsfg-vk
-
- ) : ( -
- -
Install lsfg-vk
-
- )} -
+ + {isInstalling ? ( +
+
Installing...
+
+ ) : isUninstalling ? ( +
+
Uninstalling...
+
+ ) : isInstalled ? ( +
+ +
Uninstall lsfg-vk
+
+ ) : ( +
+ +
Install lsfg-vk
+
+ )} +
+
+
+ Usage Instructions: +
+
+ Add to your game's launch options in Steam: +
-
- Usage Instructions: -
-
- Add to your game's launch options in Steam: -
-
- ENABLE_LSFG=1 LSFG_MULTIPLIER=2 %COMMAND% -
-
- • ENABLE_LSFG=1 - Enables frame generation -
- • LSFG_MULTIPLIER=2-4 - FPS multiplier (start with 2) -
- • LSFG_FLOW_SCALE=1.0 - Flow scale (optional, for performance) -
+ ENABLE_LSFG=1 LSFG_MULTIPLIER=2 %COMMAND% +
+
+ • ENABLE_LSFG=1 - Enables frame generation +
+ • LSFG_MULTIPLIER=2-4 - FPS multiplier (start with 2) +
+ • LSFG_FLOW_SCALE=1.0 - Flow scale (optional, for performance)
+
); @@ -218,7 +218,7 @@ export default definePlugin(() => { return { // The name shown in various decky menus - name: "lsfg-vk Installer", + name: "Lossless Scaling", // The element displayed at the top of your plugin's menu titleView:
lsfg-vk Installer
, // The content of your plugin's menu -- cgit v1.2.3