mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
[util] Set max frame latency to 1 for Sonic Frontiers
Seems like the only reason this game passes QA is because there *was* no QA. Seriously broken when GPU-bound even on Windows.
This commit is contained in:
parent
4796eb0b0d
commit
3b9235fe23
@ -319,6 +319,11 @@ namespace dxvk {
|
||||
{ R"(\\BFBC2Game\.exe$)", {{
|
||||
{ "d3d11.floatControls", "False" },
|
||||
}} },
|
||||
/* Sonic Frontiers - flickering shadows and *
|
||||
* vegetation when GPU-bound */
|
||||
{ R"(\\SonicFrontiers\.exe$)", {{
|
||||
{ "dxgi.maxFrameLatency", "1" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user