From 2100d7aa3a38845aeeb6b77b09b18efb397c4141 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Thu, 12 Jul 2018 00:32:36 +0200 Subject: [PATCH] [d3d11] Fake SO support for F1 2015, Mafia 3 --- src/d3d11/d3d11_options.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d3d11/d3d11_options.cpp b/src/d3d11/d3d11_options.cpp index 6ed7663b1..69528849d 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) }, }};