1
0
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:
Supreeeme 2021-12-09 13:23:50 -05:00 committed by Joshie
parent c13395db97
commit 34774f4ea4

View File

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