mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 07:24:15 +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$)", {{
|
{ R"(\\eldorado\.exe$)", {{
|
||||||
{ "d3d9.floatEmulation", "Strict" },
|
{ "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) */
|
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
|
||||||
|
Loading…
Reference in New Issue
Block a user