mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 07:29:17 +01:00
[util] Return custom device description for Crazy Machines 3
Otherwise the game decides it wants to crash.
This commit is contained in:
parent
1d4c540b21
commit
e624cfa0b4
@ -227,6 +227,11 @@ namespace dxvk {
|
|||||||
{ R"(\\DIRT5\.exe$)", {{
|
{ R"(\\DIRT5\.exe$)", {{
|
||||||
{ "dxgi.customVendorId", "10de" },
|
{ "dxgi.customVendorId", "10de" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Crazy Machines 3 - crashes on long device *
|
||||||
|
* descriptions */
|
||||||
|
{ R"(\\cm3\.exe$)", {{
|
||||||
|
{ "dxgi.customDeviceDesc", "DXVK Adapter" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user