Add rules for AMD FSR2
SteamDB app page links to a few games using this
Marvel’s Spider-Man Remastered
Brief explanation of the change
Add rules for AMD FidelityFX Super Resolution 2 (FSR2).
Is spiderman the only game using this dll? I'm sure there are other games using FSR but do they have a different dll name?
Is spiderman the only game using this dll?
Hey, thanks for replying.
Yeah, there are more games with FSR2, but since devs can choose to either generate the DLL or not when building the solution, I'm guessing the file rule will only detect the presence of FSR2 if the DLL is available.
I'm sure there are other games using FSR but do they have a different dll name?
From what I've seen, the default base DLL name pattern seems to be:
ffx_fsr2_api_${FSR2_PLATFORM_NAME}
... and it appears the base DLL will always be generated.
Depending on the rendering technology being used (Vulkan or DX12), either one of these will also be generated:
ffx_fsr2_api_vk_${FSR2_PLATFORM_NAME}
ffx_fsr2_api_dx12_${FSR2_PLATFORM_NAME}
Let me know if this information is useful.
I've searched for fsr2 and found just Spiderman, so yeah that's not particularly useful.
I've searched for fsr2 and found just Spiderman, so yeah that's not particularly useful.
Quick update, Red Dead Redemption 2 has officially implemented FSR.
They're using the DLLs:
