From 9de1dfaa92e39e9cbfbed2b17ddca335e02b4393 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 23 Jun 2026 09:22:49 -0400 Subject: feat: relabel FSR4 compatibility profiles --- package.json | 2 +- src/utils/constants.ts | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index e582168..2eea277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-framegen", - "version": "0.16.0", + "version": "0.16.1", "description": "This plugin installs and manages OptiScaler, a tool that enhances upscaling and enables frame generation in a range of DirectX 12 games.", "type": "module", "scripts": { 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; -- cgit v1.2.3