Enabled strict float emulation for BlazBlue Centralfiction

This commit is contained in:
Supreeeme 2021-12-09 13:23:50 -05:00 committed by Joshie
parent c13395db97
commit 34774f4ea4
1 changed files with 4 additions and 0 deletions

View File

@ -487,6 +487,10 @@ namespace dxvk {
{ R"(\\RichardBurnsRally_SSE\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/* BlazBlue Centralfiction */
{ R"(\\BBCF\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
}};