summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-26 11:54:58 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-26 11:54:58 -0400
commitfd5d2de4144ee165e4985bd65dd9037361c730d3 (patch)
tree997d2df36d8c68c5a7cc123b794808477597b0b3 /src
parentfd29203c37b7febe2a2713e62c141bf38ea3ae27 (diff)
downloadDecky-Framegen-fd5d2de4144ee165e4985bd65dd9037361c730d3.tar.gz
Decky-Framegen-fd5d2de4144ee165e4985bd65dd9037361c730d3.zip
fix: complete RDNA2 pre10 4.1.1 variantv0.16.3-prefeat/opti-pre10-variant
Diffstat (limited to 'src')
-rw-r--r--src/utils/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index d35aaad..13bf505 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -78,7 +78,7 @@ export const FSR4_VARIANT_OPTIONS = [
{
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, and forces FSR4 model 2.",
+ 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;