mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 01:24:11 +01:00
[d3d10] Disable D3D10 support for Bioshock
This commit is contained in:
parent
bd4338be42
commit
1e40a14a50
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user