Skip to content

Commit e938fd7

Browse files
committed
Updated readme
1 parent f4ddb2b commit e938fd7

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Modified OpenVR DLL with AMD FidelityFX SuperResolution Upscaler
22
---
33

4-
This modified openvr_api.dll allows you to apply FidelityFX SuperResolution
4+
This modified openvr_api.dll allows you to apply [FidelityFX SuperResolution](https://gpuopen.com/fidelityfx-superresolution/)
55
upscaling to many SteamVR games, as long as they use D3D11.
66

77
To install, find the location of the openvr_api.dll in the game's installation
@@ -22,7 +22,27 @@ In case you run into issues, the log file (`openvr_mod.log`) may provide clues t
2222
what's going on.
2323

2424
Example results:
25-
- https://imgsli.com/NTk1OTI/2/1
25+
- [Skyrim VR](https://imgsli.com/NjAxNTM/0/1)
26+
- [Fallout 4 VR Native vs FSR modes](https://imgsli.com/NjAxNTE/0/1)
27+
- [Fallout 4 VR Native vs FSR upsampling vs CAS sharpening](https://imgsli.com/NTk1OTI/2/1)
28+
29+
### Important disclaimer
30+
31+
This is a best-effort experiment and hack to bring this upscaling technique to VR games
32+
which do not support it natively. Please understand that the approach taken here cannot
33+
guarantee the optimal quality that FSR might, in theory, be capable of. AMD has specific
34+
recommendations where and how FSR should be placed in the render pipeline. Due to the
35+
nature of this generic hack, I cannot guarantee nor control that all of these recommendations
36+
are actually met for any particular game. Please do not judge the quality of FSR solely by
37+
this mod :)
38+
39+
I intend to keep working on the performance, quality and compatibility of this mod, so do check back occasionally.
40+
41+
### Known issues
42+
43+
- Half Life: Alyx and Star Wars: Squadrons do not work, because they don't like you replacing their openvr_dll.api.
44+
- In rare cases, the rendering output may appear unnaturally dark when this mod is active. This is an issue with color space that I hope to be able to fix in a future release.
45+
- Please report any other game that isn't working, assuming that it is a SteamVR game and uses D3D11 for rendering.
2646

2747

2848
OpenVR SDK

0 commit comments

Comments
 (0)