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:
parent
a7b3b1e3a4
commit
97091aad39
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user