mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 19:24:12 +01:00
[util] Enable deferred surface creation for Nioh
See discussion in #284.
This commit is contained in:
parent
d741bc47ef
commit
a646f8cf2c
@ -64,6 +64,10 @@ namespace dxvk {
|
||||
{ "Frostpunk.exe", {{
|
||||
{ "dxgi.deferSurfaceCreation", "True" },
|
||||
}} },
|
||||
/* Nioh: See Frostpunk, apparently? */
|
||||
{ "nioh.exe", {{
|
||||
{ "dxgi.deferSurfaceCreation", "True" },
|
||||
}} },
|
||||
/* Quantum Break: Mever initializes shared *
|
||||
* memory in one of its compute shaders */
|
||||
{ "QuantumBreak.exe", {{
|
||||
|
Loading…
Reference in New Issue
Block a user