mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-30 11:52:11 +01:00
[util] Use FIFO_RELAXED present mode Earth Defense Force 5 (#2127)
The game constantly switches between SyncInterval 0 and 1, possibly in an attempt to implement adaptive Vsync, which causes performance issues because it forces us to recreate the Vulkan swap chain every couple of frames. Instead, enable the Vulkan equivalent of adaptive Vsync if possible.
This commit is contained in:
parent
1516464c8b
commit
ca6d8c6ce9
@ -436,6 +436,11 @@ namespace dxvk {
|
||||
{ R"(\\FarCry\.exe$)", {{
|
||||
{ "d3d9.customVendorId", "10de" },
|
||||
}} },
|
||||
/* Earth Defense Force 5 */
|
||||
{ R"(\\EDF5\.exe$)", {{
|
||||
{ "dxgi.tearFree", "False" },
|
||||
{ "dxgi.syncInterval", "1" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user