[d3d11] Fake SO support for F1 2015, Mafia 3

This commit is contained in:
Philip Rebohle 2018-07-12 00:32:36 +02:00
parent 0ee375ffb0
commit 2100d7aa3a
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ namespace dxvk {
{ "FarCry5.exe", D3D11OptionSet(D3D11Option::AllowMapFlagNoWait) },
{ "ffxv_s.exe", D3D11OptionSet(D3D11Option::FakeStreamOutSupport) },
{ "Overwatch.exe", D3D11OptionSet(D3D11Option::FakeStreamOutSupport) },
{ "F1_2015.exe", D3D11OptionSet(D3D11Option::FakeStreamOutSupport) },
{ "Mafia3.exe", D3D11OptionSet(D3D11Option::FakeStreamOutSupport) },
}};