summaryrefslogtreecommitdiff
path: root/shared_config.py
diff options
context:
space:
mode:
authorxXJsonDeruloXx <danielhimebauch@gmail.com>2025-10-21 21:45:14 -0400
committerxXJsonDeruloXx <danielhimebauch@gmail.com>2025-10-21 21:45:14 -0400
commitf32c8760d15bf4713b3f9af1384219a44322febd (patch)
tree7d6d85cc39f193b92bc2fd63dd63675aa46a32be /shared_config.py
parent7b5f3cb8b3d17ad125d2f40a58fbba80e863d703 (diff)
downloaddecky-lsfg-vk-f32c8760d15bf4713b3f9af1384219a44322febd.tar.gz
decky-lsfg-vk-f32c8760d15bf4713b3f9af1384219a44322febd.zip
rm old comments
Diffstat (limited to 'shared_config.py')
-rw-r--r--shared_config.py5
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": {