diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2026-07-26 13:14:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-26 13:14:12 -0400 |
| commit | d4cf028cf9f87a02cad1ee87db39f287327e16e3 (patch) | |
| tree | fceb92e3766c500f894f123b0a6ae58b60f1c235 /src | |
| parent | e4990f576fd53c5e5bd6cd7479025ae5c82134d1 (diff) | |
| parent | 97b3755332ff0b485fb42428adc9c36acd871268 (diff) | |
| download | Decky-Framegen-d4cf028cf9f87a02cad1ee87db39f287327e16e3.tar.gz Decky-Framegen-d4cf028cf9f87a02cad1ee87db39f287327e16e3.zip | |
Merge branch 'main' into update/optiscaler-0.9.4-pre1update/optiscaler-0.9.4-pre1
Diffstat (limited to 'src')
| -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; |
