1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[util] Enable legacy DISCARD for Rayman 3

This commit is contained in:
WinterSnowfall 2024-07-14 01:43:40 +03:00 committed by Philip Rebohle
parent a7b3b1e3a4
commit 97091aad39

View File

@ -1139,6 +1139,13 @@ namespace dxvk {
{ R"(\\Chrome(Single|Net)\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* Rayman 3: Hoodlum Havoc *
* Missing geometry and textures without *
* legacy DISCARD behavior */
{ R"(\\Rayman3\.exe$)", {{
{ "d3d9.allowDirectBufferMapping", "False" },
{ "d3d8.forceLegacyDiscard", "True" },
}} },
}};