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
commitd16721ebb25e545e7fe5ed20f6b3998d47ffa60a (patch)
tree97217883b2c0cefbf42ccbcb3ed0f5e6016c4085 /py_modules/lsfg_vk/constants.py
parent0752e8eba063d8d2a694a5b99637615e9cbffbf1 (diff)
parent75c9cddd3172bcdee068d43f944188d6028011dd (diff)
downloaddecky-lsfg-vk-d16721ebb25e545e7fe5ed20f6b3998d47ffa60a.tar.gz
decky-lsfg-vk-d16721ebb25e545e7fe5ed20f6b3998d47ffa60a.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"