diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-05 12:36:50 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-05 12:36:50 -0400 |
| commit | 3688c8bd07af67a00748c87581c80c5125d9273a (patch) | |
| tree | e54b12e71e72ee138afed11f569041b829fee77b /package.json | |
| parent | 3c87b012eee2441eaa9fdf68ed1919fb1f528b6a (diff) | |
| download | decky-lsfg-vk-3688c8bd07af67a00748c87581c80c5125d9273a.tar.gz decky-lsfg-vk-3688c8bd07af67a00748c87581c80c5125d9273a.zip | |
feat: groundwork for fp16 feature in lsfg-vk
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 504c12c..cadb6fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-lossless-scaling-vk", - "version": "0.8.1", + "version": "0.9.0", "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer", "type": "module", "scripts": { @@ -46,8 +46,8 @@ "remote_binary": [ { "name": "lsfg-vk_noui.zip", - "url": "https://github.com/PancakeTAS/lsfg-vk/releases/download/v1.0.0/lsfg-vk_noui.zip", - "sha256hash": "af5ee1626d9543349245520689da107c3ebc5ef3755086441fbb854173b8e096" + "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/fp16-test-1/lsfg-vk_noui.zip", + "sha256hash": "8291366916b29ba0c2bae465bde46980dccab52f7beb957f4c2416bb114d15c8" } ], "pnpm": { |
