From eb1c32ee61d4d4098feb1441ea5bf3b73f520780 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Wed, 16 Jul 2025 10:42:54 -0400 Subject: initial add of fps cap ui toggle --- py_modules/lsfg_vk/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py_modules/lsfg_vk/constants.py') diff --git a/py_modules/lsfg_vk/constants.py b/py_modules/lsfg_vk/constants.py index 2440d9d..878ac2f 100644 --- a/py_modules/lsfg_vk/constants.py +++ b/py_modules/lsfg_vk/constants.py @@ -36,6 +36,7 @@ export LSFG_FLOW_SCALE={flow_scale} {perf_mode} {immediate_mode} {disable_vkbasalt} +{frame_cap} # Execute the passed command with the environment variables set exec "$@" @@ -54,3 +55,4 @@ DEFAULT_HDR = False DEFAULT_PERF_MODE = True DEFAULT_IMMEDIATE_MODE = False DEFAULT_DISABLE_VKBASALT = True +DEFAULT_FRAME_CAP = 0 -- cgit v1.2.3