mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[util] Switch Nioh deferSurfaceCreation from dxgi to d3d9
This game seems to behave similar to all the Tecmo Koei Atelier games and not deferring surface creation for d3d9 prevents VRR from working on X11.
This commit is contained in:
parent
1971a5d187
commit
16d2a6045c
@ -68,9 +68,9 @@ namespace dxvk {
|
||||
{ "dxgi.deferSurfaceCreation", "True" },
|
||||
{ "d3d11.cachedDynamicResources", "c" },
|
||||
}} },
|
||||
/* Nioh: See Frostpunk, apparently? */
|
||||
/* Nioh: Apparently the same as the Atelier games */
|
||||
{ R"(\\nioh\.exe$)", {{
|
||||
{ "dxgi.deferSurfaceCreation", "True" },
|
||||
{ "d3d9.deferSurfaceCreation", "True" },
|
||||
}} },
|
||||
/* Quantum Break: Mever initializes shared *
|
||||
* memory in one of its compute shaders. *
|
||||
|
Loading…
Reference in New Issue
Block a user