1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 10:24:12 +01:00

[d3d10] Disable D3D10 support for Bioshock

This commit is contained in:
Philip Rebohle 2018-09-24 15:30:13 +02:00
parent bd4338be42
commit 1e40a14a50
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -15,6 +15,10 @@ namespace dxvk {
{ "ACS.exe", {{
{ "dxgi.customVendorId", "10de" },
}} },
/* Bioshock (original) */
{ "Bioshock.exe", {{
{ "d3d10.enable", "False" },
}} },
/* Dishonored 2 */
{ "Dishonored2.exe", {{
{ "d3d11.allowMapFlagNoWait", "True" }