mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 04:24:11 +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 */
|
||||
{ R"(\\(trl|tra|tru)\.exe$)", {{
|
||||
{ "d3d9.apitraceMode", "True" },
|
||||
{ "d3d9.maxFrameRate", "60" },
|
||||
}} },
|
||||
/* Everquest */
|
||||
{ R"(\\eqgame\.exe$)", {{
|
||||
|
Loading…
Reference in New Issue
Block a user