diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-08-06 21:26:40 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-08-06 21:26:40 -0400 |
| commit | 598931c87995a9e2f3af045ca51c736729ae5197 (patch) | |
| tree | 95999a21ffd0b2ecb83c8b1b226aced4ddbbd171 /package.json | |
| parent | 6435769b270c8f849839a971f21b802a3f70662e (diff) | |
| download | decky-lsfg-vk-598931c87995a9e2f3af045ca51c736729ae5197.tar.gz decky-lsfg-vk-598931c87995a9e2f3af045ca51c736729ae5197.zip | |
fix: expose runtime 1x passthrough in Decky
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index f775a22..72ef5b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-lsfg-vk", - "version": "0.13.2", + "version": "0.13.3", "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer", "type": "module", "scripts": { @@ -50,8 +50,8 @@ "remote_binary": [ { "name": "lsfg-vk-layer-x86_64.tar.xz", - "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/v2.0.0-decky.2/lsfg-vk-layer-x86_64.tar.xz", - "sha256hash": "3bf5baaf391c6240de9978161a68aa8c9a54eff4246b79f9ea5b2ad1ec1a53a4" + "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/v2.0.0-decky.4-runtime-1x/lsfg-vk-layer-x86_64.tar.xz", + "sha256hash": "c8478d791076b143d787dad05f791000d47df733d3881fcff67e8c73298dfbe2" }, { "name": "lsfg-vk-layer-aarch64.tar.xz", |
