summaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-07-26 13:52:48 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-07-26 14:06:34 -0400
commitfebdabeaac62e0057f6bf1a05933505ea8f20228 (patch)
treea66b4a11326fb86687bb81100201c664783b29d7 /src/utils/constants.ts
parente4aefa1d509d201ed6e1e317c173f7ad351c16c1 (diff)
downloadDecky-Framegen-febdabeaac62e0057f6bf1a05933505ea8f20228.tar.gz
Decky-Framegen-febdabeaac62e0057f6bf1a05933505ea8f20228.zip
Update OptiScaler to 0.9.4 finaloptiscaler-0.9.4-final
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 13bf505..3af9874 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -62,23 +62,23 @@ export const DEFAULT_PROXY_DLL: ProxyDllValue = "dxgi.dll";
export const FSR4_VARIANT_OPTIONS = [
{
value: "rdna23-int8",
- 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.",
+ label: "4.0.2c | RDNA2/3 Compatibility",
+ hint: "Older compatible runtime for RDNA2/3. In most cases, use the Valve 4.1.1 path for RDNA2 or the regular 4.1.1 driver override.",
},
{
value: "rdna4-native",
- label: "4.1.0 | RDNA4 Official",
- hint: "Uses the AMD-supplied 4.1.0 amd_fidelityfx_upscaler_dx12.dll redistributed in the OptiScaler bundle.",
+ label: "4.1.1 | FFX 2.3 SDK",
+ hint: "Uses OptiScaler 0.9.4's bundled FSR4.1.1 SDK upscaler. Official FSR4 support is RDNA4 (FP8) and RDNA3 desktop GPUs (INT8).",
},
{
value: "rdna34-official-411",
- 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.",
+ label: "4.1.1 | Driver Override",
+ hint: "Uses the final bundled FSR4.1.1 SDK upscaler plus the separately bundled 4.1.1 amdxcffx64.dll driver override.",
},
{
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.",
+ label: "4.1.1 | Valve RDNA2 Compatibility",
+ hint: "Uses the final bundled FSR4.1.1 SDK upscaler with the existing pre10 injector, Valve 4.1.1 amdxcffx64.dll, amdxc64.dll, and RDNA2-specific INI overrides.",
},
] as const;