diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/constants.ts | 5 |
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"]; |
