1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 14:52:11 +01:00

[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

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" },
}} },
}};