diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-16 16:35:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 16:35:34 -0400 |
| commit | 44393f6e126c3dff196283a2079162e3eb9245a2 (patch) | |
| tree | 46fdc7e70e272ac6a33259d1228233496b54371b /py_modules/lsfg_vk/constants.py | |
| parent | 80247f76332d2704e21361192b774f31b1520e57 (diff) | |
| parent | 7c8f336196c215d90588f1994fa1556c7790dba8 (diff) | |
| download | decky-lsfg-vk-44393f6e126c3dff196283a2079162e3eb9245a2.tar.gz decky-lsfg-vk-44393f6e126c3dff196283a2079162e3eb9245a2.zip | |
Merge pull request #30 from xXJSONDeruloXx/fps-limit
Fps limit
Diffstat (limited to 'py_modules/lsfg_vk/constants.py')
| -rw-r--r-- | py_modules/lsfg_vk/constants.py | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/py_modules/lsfg_vk/constants.py b/py_modules/lsfg_vk/constants.py index 2440d9d..5f1e5a2 100644 --- a/py_modules/lsfg_vk/constants.py +++ b/py_modules/lsfg_vk/constants.py @@ -26,31 +26,7 @@ BIN_DIR = "bin" STEAM_COMMON_PATH = Path("steamapps/common/Lossless Scaling") LOSSLESS_DLL_NAME = "Lossless.dll" -# Script template -LSFG_SCRIPT_TEMPLATE = """#!/bin/bash - -{enable_lsfg} -export LSFG_MULTIPLIER={multiplier} -export LSFG_FLOW_SCALE={flow_scale} -{hdr} -{perf_mode} -{immediate_mode} -{disable_vkbasalt} - -# Execute the passed command with the environment variables set -exec "$@" -""" - # Environment variable names ENV_LSFG_DLL_PATH = "LSFG_DLL_PATH" ENV_XDG_DATA_HOME = "XDG_DATA_HOME" ENV_HOME = "HOME" - -# Default configuration values -DEFAULT_MULTIPLIER = 2 -DEFAULT_FLOW_SCALE = 0.8 -DEFAULT_ENABLE_LSFG = True -DEFAULT_HDR = False -DEFAULT_PERF_MODE = True -DEFAULT_IMMEDIATE_MODE = False -DEFAULT_DISABLE_VKBASALT = True |
