mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[util] Enable D3D11_MAP_FLAG_DO_NOT_WAIT for Anno 1800
Removes a sync point and almost doubles performance as a result.
This commit is contained in:
parent
fd9a938c7e
commit
2c0ddbd072
@ -11,6 +11,10 @@
|
||||
namespace dxvk {
|
||||
|
||||
const static std::unordered_map<std::string, Config> g_appDefaults = {{
|
||||
/* Anno 1800 */
|
||||
{ "Anno1800.exe", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "True" }
|
||||
}} },
|
||||
/* Assassin's Creed Syndicate: amdags issues */
|
||||
{ "ACS.exe", {{
|
||||
{ "dxgi.customVendorId", "10de" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user