From e624cfa0b4b6bde68c73d7b68adcaaeb3716447a Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 11 May 2021 23:35:33 +0100 Subject: [PATCH] [util] Return custom device description for Crazy Machines 3 Otherwise the game decides it wants to crash. --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 2900e853..a4e9bf19 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */