From d6bddf23bdd3874da4d255732a5132d20fda5ede Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 22 Jun 2026 21:14:25 -0400 Subject: feat: add RDNA2 pre10 FSR4 variant --- src/utils/constants.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/utils/constants.ts') 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"]; -- cgit v1.2.3