From febdabeaac62e0057f6bf1a05933505ea8f20228 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sun, 26 Jul 2026 13:52:48 -0400 Subject: Update OptiScaler to 0.9.4 final --- src/utils/constants.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/utils/constants.ts') 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; -- cgit v1.2.3