summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-23 09:22:49 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-23 09:22:49 -0400
commit9de1dfaa92e39e9cbfbed2b17ddca335e02b4393 (patch)
tree2511ab4396ec8d5c950e57f173774f04b4ac6118 /src/utils
parentd6bddf23bdd3874da4d255732a5132d20fda5ede (diff)
downloadDecky-Framegen-feat/opti-pre10-variant.tar.gz
Decky-Framegen-feat/opti-pre10-variant.zip
feat: relabel FSR4 compatibility profilesfeat/opti-pre10-variant
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.ts14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index bb78a79..d35aaad 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: "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 Valve RDNA2 compatibility",
- hint: "Uses the pre10 OptiScaler injector, native 0.9.3 upscaler, Valve amdxcffx64.dll, and forces FSR4 model 2.",
+ label: "4.1.1 | RDNA2 Mod",
+ hint: "Uses the pre10 OptiScaler injector, 4.1.0 native upscaler, Valve 4.1.1 amdxcffx64.dll, and forces FSR4 model 2.",
},
] as const;