mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-17 17:52:11 +01:00
Cap Warhammer Online to 100 FPS
Animations break with 100+ FPS. Engine Limitation. WAR-64.exe is affected by this. WAR.exe is capped to 100 by default.
This commit is contained in:
parent
bd5d9d90c9
commit
2ec25f588f
@ -439,6 +439,7 @@ namespace dxvk {
|
||||
/* Warhammer: Online */
|
||||
{ R"(\\WAR(-64)?\.exe$)", {{
|
||||
{ "d3d9.customVendorId", "1002" },
|
||||
{ "d3d9.maxFrameRate", "100" },
|
||||
}} },
|
||||
/* Dragon Nest */
|
||||
{ R"(\\DragonNest_x64\.exe$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user