[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" },
}} },
}};