1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[util] Fix BlazBlue Centralfiction config

This commit is contained in:
Blisto91 2023-05-16 18:43:44 +02:00 committed by Philip Rebohle
parent f30376a1e4
commit 65520fa18e

View File

@ -573,6 +573,7 @@ namespace dxvk {
/* BlazBlue Centralfiction */
{ R"(\\BBCF\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
{ "d3d9.textureMemory", "0" },
}} },
/* Resident Evil games using MT Framework */
{ R"(\\(rerev|re0hd|bhd)\.exe$)", {{
@ -717,11 +718,6 @@ namespace dxvk {
{ "d3d9.customDeviceId", "05E0" },
{ "dxgi.nvapiHack", "False" },
}} },
/* BlazBlue Centralfiction *
* Temporary crash workaround */
{ R"(\\BBCF\.exe$)", {{
{ "d3d9.textureMemory", "0" },
}} },
/* Battle Fantasia Revised Edition *
* Speedup above 60fps */
{ R"(\\bf10\.exe$)", {{