1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-21 13:54:18 +01:00

[util]Add support for Time Leap Paradise

This commit is contained in:
琴梨梨OvO 2024-08-18 14:20:01 +10:00 committed by Philip Rebohle
parent f5ca3cf5df
commit bb6d1b3b4c

View File

@ -621,6 +621,10 @@ namespace dxvk {
{ R"(\\k2\.exe$)", {{ { R"(\\k2\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" }, { "d3d9.memoryTrackTest", "True" },
}} }, }} },
/* Time Leap Paradise SUPER LIVE */
{ R"(\\tlpsl\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* Ninja Gaiden Sigma 1/2 */ /* Ninja Gaiden Sigma 1/2 */
{ R"(\\NINJA GAIDEN SIGMA(2)?\.exe$)", {{ { R"(\\NINJA GAIDEN SIGMA(2)?\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" }, { "d3d9.deferSurfaceCreation", "True" },