mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
Enabled strict float emulation for BlazBlue Centralfiction
This commit is contained in:
parent
c13395db97
commit
34774f4ea4
@ -487,6 +487,10 @@ namespace dxvk {
|
||||
{ R"(\\RichardBurnsRally_SSE\.exe$)", {{
|
||||
{ "d3d9.floatEmulation", "Strict" },
|
||||
}} },
|
||||
/* BlazBlue Centralfiction */
|
||||
{ R"(\\BBCF\.exe$)", {{
|
||||
{ "d3d9.floatEmulation", "Strict" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user