Skip to content

Commit 0a2f227

Browse files
WinterSnowfalldoitsujin
authored andcommitted
[d3d8] Add a framecap for Chrome: Gold Edition
1 parent 04cf000 commit 0a2f227

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/util/config/config.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,11 @@ namespace dxvk {
11161116
{ R"(\\SplinterCell2\.exe$)", {{
11171117
{ "d3d9.maxFrameRate", "60" },
11181118
}} },
1119+
/* Chrome: Gold Edition *
1120+
* Broken character model motion at high FPS */
1121+
{ R"(\\Chrome(Single|Net)\.exe$)", {{
1122+
{ "d3d9.maxFrameRate", "60" },
1123+
}} },
11191124
}};
11201125

11211126

0 commit comments

Comments
 (0)