diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-26 14:57:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-26 14:57:55 -0400 |
| commit | ef0a090c31d8890ff069f387ba9b94e744014768 (patch) | |
| tree | a297382b9f0d2c77b14fc3f12597b43a760c6ec0 /shared_config.py | |
| parent | b4fbaf233f6e190001cb40f4f0cc87cc5365e622 (diff) | |
| parent | ab8ddfef740ad2877e4d82be6471474c89755653 (diff) | |
| download | decky-lsfg-vk-ef0a090c31d8890ff069f387ba9b94e744014768.tar.gz decky-lsfg-vk-ef0a090c31d8890ff069f387ba9b94e744014768.zip | |
Merge pull request #97 from xXJSONDeruloXx/wsi-and-hdr
feat: default to have Gamescope WSI disabled, add "Enable Gamescope WSI" toggle
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 8 |
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" } } |
