diff --git a/src/d3d11/d3d11_options.cpp b/src/d3d11/d3d11_options.cpp index 6ed7663b..69528849 100644 --- a/src/d3d11/d3d11_options.cpp +++ b/src/d3d11/d3d11_options.cpp @@ -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) }, }};