diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-26 10:45:09 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-26 10:45:09 -0400 |
| commit | 7950c2c227c387b0063c52db575eb493ad992e30 (patch) | |
| tree | d240de1320d880e9955a589e93728ec29043d462 /src | |
| parent | 057fdce8e43bb8bba78899286c77a6287e6b7e08 (diff) | |
| download | decky-lsfg-vk-7950c2c227c387b0063c52db575eb493ad992e30.tar.gz decky-lsfg-vk-7950c2c227c387b0063c52db575eb493ad992e30.zip | |
set wsi disable toggled on by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/generatedConfigSchema.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/generatedConfigSchema.ts b/src/config/generatedConfigSchema.ts index 1ce08f4..dfd80db 100644 --- a/src/config/generatedConfigSchema.ts +++ b/src/config/generatedConfigSchema.ts @@ -107,7 +107,7 @@ export const CONFIG_SCHEMA: Record<string, ConfigField> = { deactivate_wsi: { name: "deactivate_wsi", fieldType: ConfigFieldType.BOOLEAN, - default: false, + default: true, description: "Deactivates Gamescope WSI Layer, use with HDR off, workaround if frame generation isn't applying or isn't feeling smooth" }, }; @@ -148,7 +148,7 @@ export function getDefaults(): ConfigurationData { mangohud_workaround: false, disable_vkbasalt: false, force_enable_vkbasalt: false, - deactivate_wsi: false, + deactivate_wsi: true, }; } |
