mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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