diff options
| author | Janleyx <242423638+Janleyx@users.noreply.github.com> | 2026-07-18 10:27:34 -0400 |
|---|---|---|
| committer | Janleyx <242423638+Janleyx@users.noreply.github.com> | 2026-07-18 10:27:34 -0400 |
| commit | 6121b9640e49709a4580322ee8372a494f88fa53 (patch) | |
| tree | db05cfd460f64647466534e49075938b13b9f63a /py_modules/lsfg_vk/constants.py | |
| parent | 2cda86fb60d9250c13f0d4ae38b6c7bed376f14a (diff) | |
| download | decky-lsfg-vk-6121b9640e49709a4580322ee8372a494f88fa53.tar.gz decky-lsfg-vk-6121b9640e49709a4580322ee8372a494f88fa53.zip | |
gate launch wrapper on Armada host
Diffstat (limited to 'py_modules/lsfg_vk/constants.py')
| -rw-r--r-- | py_modules/lsfg_vk/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py_modules/lsfg_vk/constants.py b/py_modules/lsfg_vk/constants.py index a2140b3..023894f 100644 --- a/py_modules/lsfg_vk/constants.py +++ b/py_modules/lsfg_vk/constants.py @@ -25,6 +25,7 @@ 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") |
