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:
parent
04cf0008a0
commit
0a2f2275da
@ -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" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user