Skip to content

Commit

Permalink
[util] Cap Prince of Persia (2008) max fps
Browse files Browse the repository at this point in the history
Game can get stuck when loading at very high fps
  • Loading branch information
Blisto91 authored and K0bin committed Sep 22, 2024
1 parent 07e7781 commit e687303
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,11 @@ namespace dxvk {
{ R"(\\Battle Mages\\mages\.exe$)", {{
{ "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 */
Expand Down

0 comments on commit e687303

Please sign in to comment.