mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +01:00
[util] Cap Dark Void to 60fps
Game crashes in certain places like specific cutscenes unless capped at 60fps.
This commit is contained in:
parent
0beb18ef73
commit
2e1a19c7fd
@ -873,6 +873,10 @@ namespace dxvk {
|
|||||||
{ R"(\\RedRiver\.exe$)", {{
|
{ R"(\\RedRiver\.exe$)", {{
|
||||||
{ "d3d9.floatEmulation", "Strict" },
|
{ "d3d9.floatEmulation", "Strict" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Dark Void - Crashes above 60fps in places */
|
||||||
|
{ R"(\\ShippingPC-SkyGame\.exe$)", {{
|
||||||
|
{ "d3d9.maxFrameRate", "60" },
|
||||||
|
}} },
|
||||||
|
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user