diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-26 14:53:30 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-26 14:53:30 -0400 |
| commit | ab8ddfef740ad2877e4d82be6471474c89755653 (patch) | |
| tree | a297382b9f0d2c77b14fc3f12597b43a760c6ec0 /shared_config.py | |
| parent | b4fbaf233f6e190001cb40f4f0cc87cc5365e622 (diff) | |
| download | decky-lsfg-vk-ab8ddfef740ad2877e4d82be6471474c89755653.tar.gz decky-lsfg-vk-ab8ddfef740ad2877e4d82be6471474c89755653.zip | |
swap wsi disable to enable, ui toggle off state as enable = 0 on default
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" } } |
