1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-14 04:29:15 +01:00

[util] Return custom device description for Crazy Machines 3

Otherwise the game decides it wants to crash.
This commit is contained in:
Joshua Ashton 2021-05-11 23:35:33 +01:00 committed by Philip Rebohle
parent 1d4c540b21
commit e624cfa0b4

View File

@ -227,6 +227,11 @@ namespace dxvk {
{ R"(\\DIRT5\.exe$)", {{
{ "dxgi.customVendorId", "10de" },
}} },
/* Crazy Machines 3 - crashes on long device *
* descriptions */
{ R"(\\cm3\.exe$)", {{
{ "dxgi.customDeviceDesc", "DXVK Adapter" },
}} },
/**********************************************/
/* D3D9 GAMES */