mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
[util] Disable unmapping for BlazBlue Centralfiction
This commit is contained in:
parent
d7a4ddb5d0
commit
906b931e61
@ -703,6 +703,11 @@ namespace dxvk {
|
|||||||
{ "d3d9.customDeviceId", "05E0" },
|
{ "d3d9.customDeviceId", "05E0" },
|
||||||
{ "dxgi.nvapiHack", "False" },
|
{ "dxgi.nvapiHack", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* BlazBlue Centralfiction *
|
||||||
|
* Temporary crash workaround */
|
||||||
|
{ R"(\\BBCF\.exe$)", {{
|
||||||
|
{ "d3d9.textureMemory", "0" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user