1
0
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:
Blisto91 2024-09-22 17:43:16 +02:00 committed by Robin Kertels
parent 07e7781c0b
commit e687303197

View File

@ -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 */