diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-15 13:11:06 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-15 13:11:06 -0400 |
| commit | ec4541dd78f4e2a58b679b20740f323d8ce76698 (patch) | |
| tree | e86b7bbafc74c68683617904bf77092fc6361c05 /src/api/lsfgApi.ts | |
| parent | 192c6ece06e1a400ca3a559f47001324150a96ea (diff) | |
| download | decky-lsfg-vk-ec4541dd78f4e2a58b679b20740f323d8ce76698.tar.gz decky-lsfg-vk-ec4541dd78f4e2a58b679b20740f323d8ce76698.zip | |
add disable_vkbasalt=1 defaulted, hidden ui to expose to users later if desired
Diffstat (limited to 'src/api/lsfgApi.ts')
| -rw-r--r-- | src/api/lsfgApi.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/lsfgApi.ts b/src/api/lsfgApi.ts index a35f274..0a0b502 100644 --- a/src/api/lsfgApi.ts +++ b/src/api/lsfgApi.ts @@ -34,6 +34,7 @@ export interface LsfgConfig { hdr: boolean; perf_mode: boolean; immediate_mode: boolean; + disable_vkbasalt: boolean; } export interface ConfigResult { @@ -55,6 +56,6 @@ export const checkLsfgVkInstalled = callable<[], InstallationStatus>("check_lsfg export const checkLosslessScalingDll = callable<[], DllDetectionResult>("check_lossless_scaling_dll"); export const getLsfgConfig = callable<[], ConfigResult>("get_lsfg_config"); export const updateLsfgConfig = callable< - [boolean, number, number, boolean, boolean, boolean], + [boolean, number, number, boolean, boolean, boolean, boolean], ConfigUpdateResult >("update_lsfg_config"); |
