mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-21 13:29:26 +01:00
[util] Set sync interval override for P3R
This commit is contained in:
parent
eb339bc7e4
commit
05cb963e22
@ -909,6 +909,11 @@ namespace dxvk {
|
|||||||
{ R"(\\Metro Exodus Enhanced Edition\\MetroExodus\.exe$)", {{
|
{ R"(\\Metro Exodus Enhanced Edition\\MetroExodus\.exe$)", {{
|
||||||
{ "dxvk.hideIntegratedGraphics", "True" },
|
{ "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" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user