mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 22:24:13 +01:00
[util] Limit fps for some Tomb Raider games
This commit is contained in:
parent
d5c6ae2e4d
commit
b9b2db510e
@ -497,6 +497,7 @@ namespace dxvk {
|
|||||||
* D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY buffer */
|
* D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY buffer */
|
||||||
{ R"(\\(trl|tra|tru)\.exe$)", {{
|
{ R"(\\(trl|tra|tru)\.exe$)", {{
|
||||||
{ "d3d9.apitraceMode", "True" },
|
{ "d3d9.apitraceMode", "True" },
|
||||||
|
{ "d3d9.maxFrameRate", "60" },
|
||||||
}} },
|
}} },
|
||||||
/* Everquest */
|
/* Everquest */
|
||||||
{ R"(\\eqgame\.exe$)", {{
|
{ R"(\\eqgame\.exe$)", {{
|
||||||
|
Loading…
Reference in New Issue
Block a user