mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
Allow FarCry 5 to use D3D11_MAP_FLAG_DO_NOT_WAIT (#416)
This commit is contained in:
parent
217399926d
commit
d44cc7630b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ namespace dxvk {
|
|||
|
||||
const static std::unordered_map<std::string, D3D11OptionSet> g_d3d11AppOptions = {{
|
||||
{ "Dishonored2.exe", D3D11OptionSet(D3D11Option::AllowMapFlagNoWait) },
|
||||
{ "FarCry5.exe", D3D11OptionSet(D3D11Option::AllowMapFlagNoWait) },
|
||||
{ "Fallout4.exe", D3D11OptionSet(D3D11Option::DisableGetDataFlagDoNotFlush) },
|
||||
{ "Overwatch.exe", D3D11OptionSet(D3D11Option::FakeStreamOutSupport) },
|
||||
}};
|
||||
|
|
Loading…
Add table
Reference in a new issue