diff options
| author | Janleyx <242423638+Janleyx@users.noreply.github.com> | 2026-07-18 10:20:20 -0400 |
|---|---|---|
| committer | Janleyx <242423638+Janleyx@users.noreply.github.com> | 2026-07-18 10:20:20 -0400 |
| commit | e205effa83dbbcb9c13f3f11a493a525e989d7b6 (patch) | |
| tree | 9b05626daceb691cdfa2e5306274f0297306d84c /README.md | |
| parent | 722ac0cf338d659e2d0553431285fbfb0cd978b5 (diff) | |
| download | decky-lsfg-vk-e205effa83dbbcb9c13f3f11a493a525e989d7b6.tar.gz decky-lsfg-vk-e205effa83dbbcb9c13f3f11a493a525e989d7b6.zip | |
preserve Armada game launch wrapper
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -39,6 +39,20 @@ A Decky plugin that streamlines the installation of **lsfg-vk** ([Lossless Scali - Or use the "Launch Option Clipboard" button in the plugin to copy the command 6. **Launch your game** - frame generation will activate automatically using your plugin configuration +### Armada launch options + +Armada games already use `/usr/libexec/armada/armada-game-launch %command%` +to apply their FEX profile and controller/runtime fixes. Preserve that wrapper by +prepending LSFG to the existing option: + +```bash +~/lsfg /usr/libexec/armada/armada-game-launch %command% +``` + +The plugin detects Armada and copies this combined command automatically. LSFG +sets its environment first, then Armada applies the game's settings and launches +Proton normally. + ## Configuration Options The plugin provides several configuration options to optimize frame generation for your games: |
