diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-07-29 21:26:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-29 21:26:01 -0400 |
| commit | 8145990835fc88d03ddd9ef5dd984bed4a63b86e (patch) | |
| tree | 9c76d0c5a5ef06215f41ef7c760e4b9e1e226b1d /py_modules/lsfg_vk/constants.py | |
| parent | c3778422b398119b2d78ba733e75079dce17a8a7 (diff) | |
| parent | 2cb0da1c558d91f1d6e2f75ba456c13237daf82d (diff) | |
| download | decky-lsfg-vk-8145990835fc88d03ddd9ef5dd984bed4a63b86e.tar.gz decky-lsfg-vk-8145990835fc88d03ddd9ef5dd984bed4a63b86e.zip | |
Merge pull request #240 from Janleyx/agent/armada-arm64-support
Add automatic Armada ARM64 installation support
Diffstat (limited to 'py_modules/lsfg_vk/constants.py')
| -rw-r--r-- | py_modules/lsfg_vk/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py_modules/lsfg_vk/constants.py b/py_modules/lsfg_vk/constants.py index 795c1bf..023894f 100644 --- a/py_modules/lsfg_vk/constants.py +++ b/py_modules/lsfg_vk/constants.py @@ -25,6 +25,9 @@ JSON_EXT = ".json" BIN_DIR = "bin" +ARMADA_DEVICE_ENV = Path("/usr/libexec/armada/device-env") +ARMADA_GAME_LAUNCH = Path("/usr/libexec/armada/armada-game-launch") + STEAM_COMMON_PATH = Path("steamapps/common/Lossless Scaling") LOSSLESS_DLL_NAME = "Lossless.dll" |
