diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-24 10:06:34 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-24 10:06:34 -0400 |
| commit | ed804515981cd5176ac244a0fdaa301a55fa97f9 (patch) | |
| tree | 1229d381b5c04d4d50b72e4b9a3eb7a26ecbdc13 /shared_config.py | |
| parent | 402d8fb6856acd893a61d2052666d54058de64b0 (diff) | |
| download | decky-lsfg-vk-ed804515981cd5176ac244a0fdaa301a55fa97f9.tar.gz decky-lsfg-vk-ed804515981cd5176ac244a0fdaa301a55fa97f9.zip | |
add wsi and force enable vkbasalt env var args and ui
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shared_config.py b/shared_config.py index 68c7b82..3f27491 100644 --- a/shared_config.py +++ b/shared_config.py @@ -106,6 +106,22 @@ CONFIG_SCHEMA_DEF = { "default": False, "description": "Disables vkBasalt layer which can conflict with LSFG (Reshade, some Decky plugins)", "location": "script" + }, + + "force_enable_vkbasalt": { + "name": "force_enable_vkbasalt", + "fieldType": ConfigFieldType.BOOLEAN, + "default": False, + "description": "Force vkBasalt to engage to fix framepacing issues in gamemode", + "location": "script" + }, + + "deactivate_wsi": { + "name": "deactivate_wsi", + "fieldType": ConfigFieldType.BOOLEAN, + "default": False, + "description": "Deactivates Gamescope WSI Layer, use with HDR off, workaround if frame generation isn't applying or isn't feeling smooth", + "location": "script" } } |
