mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 04:24:11 +01:00
[util] Add app profile for Fallout 76
This commit is contained in:
parent
2e70a2b07d
commit
d241daa0b1
@ -767,6 +767,21 @@ namespace dxvk {
|
||||
{ R"(\\eldorado\.exe$)", {{
|
||||
{ "d3d9.floatEmulation", "Strict" },
|
||||
}} },
|
||||
/* Fallout 76
|
||||
* Game tries to be too "smart" and changes sync
|
||||
* interval based on performance (in fullscreen)
|
||||
* or tries to match (or ratio below) 60fps
|
||||
* (in windowed).
|
||||
*
|
||||
* Ends up getting in a loop where it will switch
|
||||
* and start stuttering, or get stuck at targeting
|
||||
* 30Hz in fullscreen.
|
||||
* Windowed mode being locked to 60fps as well is
|
||||
* pretty suboptimal...
|
||||
*/
|
||||
{ R"(\\Fallout76\.exe$)", {{
|
||||
{ "dxgi.syncInterval", "1" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
|
||||
|
Loading…
Reference in New Issue
Block a user