Skip to content

Commit

Permalink
[util] Re-enable direct buffer mapping for Rayman 3
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSnowfall authored and doitsujin committed Nov 2, 2024
1 parent f74b2cd commit c606ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ namespace dxvk {
* Missing geometry and textures without *
* legacy DISCARD behavior */
{ R"(\\Rayman3\.exe$)", {{
{ "d3d9.allowDirectBufferMapping", "False" },
{ "d3d9.maxFrameRate", "60" },
{ "d3d8.forceLegacyDiscard", "True" },
}} },
}};
Expand Down

0 comments on commit c606ab0

Please sign in to comment.