summaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-22 20:50:12 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-22 20:50:12 -0400
commit22c9e8e194bfd127a7da9e96be5ccb47e997aa63 (patch)
tree93184230279f02c3cb2165a6d6f27520de2ef25b /src/utils/constants.ts
parentca74bc1dcf2a782d6937810858b5d64e3e3d2917 (diff)
downloadDecky-Framegen-22c9e8e194bfd127a7da9e96be5ccb47e997aa63.tar.gz
Decky-Framegen-22c9e8e194bfd127a7da9e96be5ccb47e997aa63.zip
feat: add OptiScaler 0.9.3 FSR4 variantschore/opti-0.9.3-upgrade
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 8444240..b873b61 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -68,7 +68,12 @@ export const FSR4_VARIANT_OPTIONS = [
{
value: "rdna4-native",
label: "Native bundle / RDNA4",
- hint: "Uses the amd_fidelityfx_upscaler_dx12.dll that ships inside the OptiScaler 0.9.2a bundle.",
+ hint: "Uses the amd_fidelityfx_upscaler_dx12.dll that ships inside the OptiScaler 0.9.3 bundle.",
+ },
+ {
+ value: "rdna34-official-411",
+ label: "4.1.1 official for RDNA 3/4",
+ hint: "Uses the native 0.9.3 upscaler plus the official amdxcffx64.dll override for RDNA 3/4.",
},
] as const;