summaryrefslogtreecommitdiff
path: root/py_modules/lsfg_vk
diff options
context:
space:
mode:
authorJanleyx <242423638+Janleyx@users.noreply.github.com>2026-07-18 10:21:48 -0400
committerJanleyx <242423638+Janleyx@users.noreply.github.com>2026-07-18 10:21:48 -0400
commit2cda86fb60d9250c13f0d4ae38b6c7bed376f14a (patch)
treef25d0b16fe8a3dcb6d1ed2bc546b74e42ef94c46 /py_modules/lsfg_vk
parentecfa0b53cff8072b47cbb5911b90aa4fa11d9927 (diff)
downloaddecky-lsfg-vk-2cda86fb60d9250c13f0d4ae38b6c7bed376f14a.tar.gz
decky-lsfg-vk-2cda86fb60d9250c13f0d4ae38b6c7bed376f14a.zip
document Armada-only launch behavior
Diffstat (limited to 'py_modules/lsfg_vk')
-rw-r--r--py_modules/lsfg_vk/plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/py_modules/lsfg_vk/plugin.py b/py_modules/lsfg_vk/plugin.py
index 2cb08f4..dee2650 100644
--- a/py_modules/lsfg_vk/plugin.py
+++ b/py_modules/lsfg_vk/plugin.py
@@ -256,6 +256,8 @@ class Plugin:
Returns:
Dict containing the launch option string and instructions
"""
+ # Armada-specific: other distributions do not ship this wrapper and
+ # continue through the unchanged generic launch option below.
if ARMADA_GAME_LAUNCH.is_file():
return {
"launch_option": f"~/lsfg {ARMADA_GAME_LAUNCH} %command%",