1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

[d3d8] Add a framecap for Chrome: Gold Edition

This commit is contained in:
WinterSnowfall 2024-09-14 23:17:47 +03:00 committed by Philip Rebohle
parent 04cf0008a0
commit 0a2f2275da

View File

@ -1116,6 +1116,11 @@ namespace dxvk {
{ R"(\\SplinterCell2\.exe$)", {{ { R"(\\SplinterCell2\.exe$)", {{
{ "d3d9.maxFrameRate", "60" }, { "d3d9.maxFrameRate", "60" },
}} }, }} },
/* Chrome: Gold Edition *
* Broken character model motion at high FPS */
{ R"(\\Chrome(Single|Net)\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
}}; }};