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

[util] Enable apitraceMode for Sonic & All-Stars Racing Transformed

This commit is contained in:
Blisto91 2022-11-09 17:21:11 +01:00 committed by Philip Rebohle
parent e30b783505
commit bc08cac220

View File

@ -654,7 +654,13 @@ namespace dxvk {
/* Fallout 3 - Doesn't like Intel Id */
{ R"(\\Fallout3\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
}} }
}} },
/* Sonic & All-Stars Racing Transformed *
* Helps performance when Resizable BAR *
* is enabled */
{ R"(\\ASN_App_PcDx9_Final\.exe$)", {{
{ "d3d9.apitraceMode", "True" },
}} },
}};