diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 9115aca97df..755dd69eb72 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, }};