diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-07-26 13:13:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-26 13:13:22 -0400 |
| commit | 97b3755332ff0b485fb42428adc9c36acd871268 (patch) | |
| tree | 997d2df36d8c68c5a7cc123b794808477597b0b3 /src/utils/constants.ts | |
| parent | dc4610dabb0a70783d4b9e9832578ddde757a850 (diff) | |
| parent | fd5d2de4144ee165e4985bd65dd9037361c730d3 (diff) | |
| download | Decky-Framegen-97b3755332ff0b485fb42428adc9c36acd871268.tar.gz Decky-Framegen-97b3755332ff0b485fb42428adc9c36acd871268.zip | |
Merge pull request #201 from xXJSONDeruloXx/feat/opti-pre10-variant
feat: add RDNA2 pre10 FSR4 variant
Diffstat (limited to 'src/utils/constants.ts')
| -rw-r--r-- | src/utils/constants.ts | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index b873b61..13bf505 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -62,18 +62,23 @@ export const DEFAULT_PROXY_DLL: ProxyDllValue = "dxgi.dll"; export const FSR4_VARIANT_OPTIONS = [ { value: "rdna23-int8", - label: "Steam Deck / RDNA2-3 optimized", + label: "4.0.2c | RDNA2/3 Mod", hint: "Uses the bundled FSR4 INT8 4.0.2c override. Recommended for Steam Deck and other non-RDNA4 systems.", }, { value: "rdna4-native", - label: "Native bundle / RDNA4", - hint: "Uses the amd_fidelityfx_upscaler_dx12.dll that ships inside the OptiScaler 0.9.3 bundle.", + label: "4.1.0 | RDNA4 Official", + hint: "Uses the AMD-supplied 4.1.0 amd_fidelityfx_upscaler_dx12.dll redistributed in the OptiScaler 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.", + label: "4.1.1 | RDNA3/4 Official", + hint: "Uses the 4.1.0 native upscaler plus the official 4.1.1 amdxcffx64.dll override for RDNA 3/4.", + }, + { + value: "rdna2-valve-411-pre10", + label: "4.1.1 | RDNA2 Mod", + hint: "Uses the pre10 OptiScaler injector, 4.1.0 native upscaler, Valve 4.1.1 amdxcffx64.dll, old amdxc64.dll, and RDNA2-specific INI overrides.", }, ] as const; |
