summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-22 21:14:25 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-22 21:14:25 -0400
commitd6bddf23bdd3874da4d255732a5132d20fda5ede (patch)
tree97414baeb33cfffa07be7276b2a0a3452e728b6f /src
parentdc4610dabb0a70783d4b9e9832578ddde757a850 (diff)
downloadDecky-Framegen-d6bddf23bdd3874da4d255732a5132d20fda5ede.tar.gz
Decky-Framegen-d6bddf23bdd3874da4d255732a5132d20fda5ede.zip
feat: add RDNA2 pre10 FSR4 variantv0.16.0-pre1feat/opti-pre10-variant
Diffstat (limited to 'src')
-rw-r--r--src/utils/constants.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index b873b61..bb78a79 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -75,6 +75,11 @@ export const FSR4_VARIANT_OPTIONS = [
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.",
},
+ {
+ value: "rdna2-valve-411-pre10",
+ label: "4.1.1 Valve RDNA2 compatibility",
+ hint: "Uses the pre10 OptiScaler injector, native 0.9.3 upscaler, Valve amdxcffx64.dll, and forces FSR4 model 2.",
+ },
] as const;
export type Fsr4VariantValue = typeof FSR4_VARIANT_OPTIONS[number]["value"];