1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[util] Limit Beyond Good and Evil FPS to 60

UI breaks on higher FPS
This commit is contained in:
Riesi 2022-08-16 17:21:42 +02:00 committed by Philip Rebohle
parent e0af668f6c
commit 04bc1bac73

View File

@ -570,6 +570,11 @@ namespace dxvk {
{ R"(\\nfs3\.exe$)", {{
{ "d3d9.enableDialogMode", "True" },
}} },
/* Beyond Good And Evil *
* UI breaks at high fps */
{ R"(\\BGE\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* Ninja Blade *
* Transparent main character on Nvidia */
{ R"(\\NinjaBlade\.exe$)", {{