Skip to content

Commit

Permalink
[util] Enable legacy DISCARD for Rayman 3
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSnowfall committed Sep 17, 2024
1 parent bcca76d commit e21adc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,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" },
}} },
}};


Expand Down

0 comments on commit e21adc2

Please sign in to comment.