1
0
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:
Philip Rebohle 2019-03-29 08:48:52 +01:00
parent d741bc47ef
commit a646f8cf2c
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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", {{