mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 07:29:17 +01:00
[util] Cap Prince of Persia (2008) max fps
Game can get stuck when loading at very high fps
This commit is contained in:
parent
07e7781c0b
commit
e687303197
@ -968,6 +968,11 @@ namespace dxvk {
|
|||||||
{ R"(\\Battle Mages\\mages\.exe$)", {{
|
{ R"(\\Battle Mages\\mages\.exe$)", {{
|
||||||
{ "d3d9.cachedDynamicBuffers", "True" },
|
{ "d3d9.cachedDynamicBuffers", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Prince of Persia (2008) - Can get stuck *
|
||||||
|
* during loading at very high fps */
|
||||||
|
{ R"(\\PrinceOfPersia_Launcher\.exe$)", {{
|
||||||
|
{ "d3d9.maxFrameRate", "240" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D8 GAMES */
|
/* D3D8 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user