This commit is contained in:
Etaash Mathamsetty 2023-12-30 19:00:11 -08:00 committed by GitHub
commit 83c16865d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -841,6 +841,11 @@ namespace dxvk {
{ R"(\\SkyDrift\.exe$)" , {{
{ "d3d9.allowDirectBufferMapping", "False" },
}} },
/* Crossout *
* Works around shader compilation crash */
{ R"(\\Crossout\.exe$)" , {{
{ "dxvk.numCompilerThreads", "1"},
}} },
/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */