summaryrefslogtreecommitdiff
path: root/shared_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'shared_config.py')
-rw-r--r--shared_config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/shared_config.py b/shared_config.py
index 4a32776..09aa596 100644
--- a/shared_config.py
+++ b/shared_config.py
@@ -116,11 +116,11 @@ CONFIG_SCHEMA_DEF = {
"location": "script"
},
- "deactivate_wsi": {
- "name": "deactivate_wsi",
+ "enable_wsi": {
+ "name": "enable_wsi",
"fieldType": ConfigFieldType.BOOLEAN,
- "default": True,
- "description": "Deactivates Gamescope WSI Layer, use with HDR off, workaround if frame generation isn't applying or isn't feeling smooth",
+ "default": False,
+ "description": "Enable Gamescope WSI Layer, disable if frame generation isn't applying or isn't feeling smooth (use with HDR off)",
"location": "script"
}
}