Skip to content

Commit

Permalink
[d3d8] Add a framecap for Chrome: Gold Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSnowfall authored and doitsujin committed Sep 14, 2024
1 parent 04cf000 commit 0a2f227
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,11 @@ namespace dxvk {
{ R"(\\SplinterCell2\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* Chrome: Gold Edition *
* Broken character model motion at high FPS */
{ R"(\\Chrome(Single|Net)\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
}};


Expand Down

0 comments on commit 0a2f227

Please sign in to comment.