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

[util] Disable unmapping for BlazBlue Centralfiction

This commit is contained in:
Blisto91 2023-01-17 16:58:23 +01:00 committed by Philip Rebohle
parent d7a4ddb5d0
commit 906b931e61

View File

@ -703,6 +703,11 @@ namespace dxvk {
{ "d3d9.customDeviceId", "05E0" },
{ "dxgi.nvapiHack", "False" },
}} },
/* BlazBlue Centralfiction *
* Temporary crash workaround */
{ R"(\\BBCF\.exe$)", {{
{ "d3d9.textureMemory", "0" },
}} },
}};