summaryrefslogtreecommitdiff
path: root/py_modules
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-16 11:33:17 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-16 11:33:17 -0400
commit9ca1d59049f8c37a49db1bfb75e471f752b8daaf (patch)
treef77107c5850296e1e81adf84ed4fb507c5d16302 /py_modules
parent5b19ce0fb3b1a6fb6f88a2b66f39597fef32edb5 (diff)
downloaddecky-lsfg-vk-9ca1d59049f8c37a49db1bfb75e471f752b8daaf.tar.gz
decky-lsfg-vk-9ca1d59049f8c37a49db1bfb75e471f752b8daaf.zip
slider non notches for fps capper
Diffstat (limited to 'py_modules')
-rw-r--r--py_modules/lsfg_vk/configuration.py4
-rw-r--r--py_modules/lsfg_vk/plugin.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/py_modules/lsfg_vk/configuration.py b/py_modules/lsfg_vk/configuration.py
index f18bc35..5dc0629 100644
--- a/py_modules/lsfg_vk/configuration.py
+++ b/py_modules/lsfg_vk/configuration.py
@@ -134,7 +134,7 @@ class ConfigurationService(BaseService):
perf_mode: Whether to enable performance mode
immediate_mode: Whether to enable immediate present mode (disable vsync)
disable_vkbasalt: Whether to disable vkbasalt layer
- frame_cap: Frame rate cap value (10-60)
+ frame_cap: Frame rate cap value (0-60, 0 = disabled)
Returns:
ConfigurationResponse with success status
@@ -182,7 +182,7 @@ class ConfigurationService(BaseService):
perf_mode: Whether to enable performance mode
immediate_mode: Whether to enable immediate present mode
disable_vkbasalt: Whether to disable vkbasalt layer
- frame_cap: Frame rate cap value (10-60)
+ frame_cap: Frame rate cap value (0-60, 0 = disabled)
Returns:
Generated script content
diff --git a/py_modules/lsfg_vk/plugin.py b/py_modules/lsfg_vk/plugin.py
index 7cda63a..7dcda4e 100644
--- a/py_modules/lsfg_vk/plugin.py
+++ b/py_modules/lsfg_vk/plugin.py
@@ -84,7 +84,7 @@ class Plugin:
perf_mode: Whether to enable performance mode
immediate_mode: Whether to enable immediate present mode (disable vsync)
disable_vkbasalt: Whether to disable vkbasalt layer
- frame_cap: Frame rate cap value (10-60)
+ frame_cap: Frame rate cap value (0-60, 0 = disabled)
Returns:
ConfigurationResponse dict with success status