diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-10-21 23:54:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 23:54:40 -0400 |
| commit | 7e6d29d9cb731d2648399282be87adb98e183084 (patch) | |
| tree | 58db3626b3678546e5cb1c4de9bcfc627fde46c7 /shared_config.py | |
| parent | 7b5f3cb8b3d17ad125d2f40a58fbba80e863d703 (diff) | |
| parent | 192716ecfd85199f2d5704314eb7873635d190e9 (diff) | |
| download | decky-lsfg-vk-7e6d29d9cb731d2648399282be87adb98e183084.tar.gz decky-lsfg-vk-7e6d29d9cb731d2648399282be87adb98e183084.zip | |
Merge pull request #190 from xXJSONDeruloXx/cleanup-miscv0.12.1
More cleanup
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shared_config.py b/shared_config.py index 5b0a45d..997717b 100644 --- a/shared_config.py +++ b/shared_config.py @@ -18,14 +18,13 @@ class ConfigFieldType(str, Enum): STRING = "string" -# Canonical configuration schema - source of truth CONFIG_SCHEMA_DEF = { "dll": { "name": "dll", "fieldType": ConfigFieldType.STRING, "default": "/games/Lossless Scaling/Lossless.dll", "description": "specify where Lossless.dll is stored", - "location": "toml" # where this field is stored/used + "location": "toml" }, "no_fp16": { @@ -81,7 +80,7 @@ CONFIG_SCHEMA_DEF = { "fieldType": ConfigFieldType.INTEGER, "default": 0, "description": "base framerate cap for DirectX games before frame multiplier", - "location": "script" # script-only field + "location": "script" }, "enable_wow64": { |
