From 9ca1d59049f8c37a49db1bfb75e471f752b8daaf Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Wed, 16 Jul 2025 11:33:17 -0400 Subject: slider non notches for fps capper --- py_modules/lsfg_vk/configuration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'py_modules/lsfg_vk/configuration.py') 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 -- cgit v1.2.3