summaryrefslogtreecommitdiff
path: root/shared_config.py
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-08-05 12:36:50 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-08-05 12:36:50 -0400
commit3688c8bd07af67a00748c87581c80c5125d9273a (patch)
treee54b12e71e72ee138afed11f569041b829fee77b /shared_config.py
parent3c87b012eee2441eaa9fdf68ed1919fb1f528b6a (diff)
downloaddecky-lsfg-vk-3688c8bd07af67a00748c87581c80c5125d9273a.tar.gz
decky-lsfg-vk-3688c8bd07af67a00748c87581c80c5125d9273a.zip
feat: groundwork for fp16 feature in lsfg-vk
Diffstat (limited to 'shared_config.py')
-rw-r--r--shared_config.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/shared_config.py b/shared_config.py
index 09aa596..cd8b3ed 100644
--- a/shared_config.py
+++ b/shared_config.py
@@ -28,6 +28,14 @@ CONFIG_SCHEMA_DEF = {
"location": "toml" # where this field is stored/used
},
+ "no_fp16": {
+ "name": "no_fp16",
+ "fieldType": ConfigFieldType.BOOLEAN,
+ "default": False,
+ "description": "force-disable fp16 (use on older nvidia cards)",
+ "location": "toml"
+ },
+
"multiplier": {
"name": "multiplier",
"fieldType": ConfigFieldType.INTEGER,