mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 11:52:12 +01:00
[util] force 60fps for Demon Stone
This commit is contained in:
parent
dba539471d
commit
7a688bd74c
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user