summaryrefslogtreecommitdiff
path: root/py_modules/lsfg_vk/constants.py
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-07-07 16:03:03 -0400
committerGitHub <noreply@github.com>2026-07-07 16:03:03 -0400
commit68d1ffc838df119f9e317edd86a4c1e39d834bb6 (patch)
tree97217883b2c0cefbf42ccbcb3ed0f5e6016c4085 /py_modules/lsfg_vk/constants.py
parent97a70cd68813f2174fe145ee79784e509d11a742 (diff)
parentfc8724b850b7c59151522da8391963cc071d49f8 (diff)
downloaddecky-lsfg-vk-68d1ffc838df119f9e317edd86a4c1e39d834bb6.tar.gz
decky-lsfg-vk-68d1ffc838df119f9e317edd86a4c1e39d834bb6.zip
Merge pull request #199 from xXJSONDeruloXx/arm-test
add experimental arm .so and overwrite logic on setup
Diffstat (limited to 'py_modules/lsfg_vk/constants.py')
-rw-r--r--py_modules/lsfg_vk/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py_modules/lsfg_vk/constants.py b/py_modules/lsfg_vk/constants.py
index 3d8e44a..795c1bf 100644
--- a/py_modules/lsfg_vk/constants.py
+++ b/py_modules/lsfg_vk/constants.py
@@ -14,6 +14,7 @@ CONFIG_FILENAME = "conf.toml"
LIB_FILENAME = "liblsfg-vk.so"
JSON_FILENAME = "VkLayer_LS_frame_generation.json"
ZIP_FILENAME = "lsfg-vk_noui.zip"
+ARM_LIB_FILENAME = "liblsfg-vk-arm64.so"
FLATPAK_23_08_FILENAME = "org.freedesktop.Platform.VulkanLayer.lsfg_vk_23.08.flatpak"
FLATPAK_24_08_FILENAME = "org.freedesktop.Platform.VulkanLayer.lsfg_vk_24.08.flatpak"