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

[util] force 60fps for Demon Stone

This commit is contained in:
Georg Lehmann 2021-06-15 11:49:03 +02:00 committed by Joshie
parent dba539471d
commit 7a688bd74c

View File

@ -428,6 +428,10 @@ namespace dxvk {
{ R"(\\NINJA GAIDEN SIGMA(2)?\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* Demon Stone breaks at frame rates > 60fps */
{ R"(\\Demonstone\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
}};