[util] Set sync interval override for P3R

This commit is contained in:
Philip Rebohle 2024-02-02 17:29:27 +01:00
parent eb339bc7e4
commit 05cb963e22
1 changed files with 5 additions and 0 deletions

View File

@ -909,6 +909,11 @@ namespace dxvk {
{ R"(\\Metro Exodus Enhanced Edition\\MetroExodus\.exe$)", {{
{ "dxvk.hideIntegratedGraphics", "True" },
}} },
/* Persona 3 Reload - disables vsync by default and
* runs into severe frame latency issues on Deck. */
{ R"(\\P3R\.exe$)", {{
{ "dxgi.syncInterval", "1" },
}} },
}};