diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-16 10:42:54 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-16 10:42:54 -0400 |
| commit | eb1c32ee61d4d4098feb1441ea5bf3b73f520780 (patch) | |
| tree | 4aa33d86c429f10f41051b5db0b7a494ff93c082 /py_modules/lsfg_vk/constants.py | |
| parent | 80247f76332d2704e21361192b774f31b1520e57 (diff) | |
| download | decky-lsfg-vk-eb1c32ee61d4d4098feb1441ea5bf3b73f520780.tar.gz decky-lsfg-vk-eb1c32ee61d4d4098feb1441ea5bf3b73f520780.zip | |
initial add of fps cap ui toggle
Diffstat (limited to 'py_modules/lsfg_vk/constants.py')
| -rw-r--r-- | py_modules/lsfg_vk/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
