1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-02 04:29:14 +01:00

[util] Defer surface creation for Nioh 2

Fixes black screen on startup.
This commit is contained in:
Joshua Ashton 2021-02-06 07:48:52 +00:00
parent 9bee3e1cb9
commit bba3f9f3db
No known key found for this signature in database
GPG Key ID: C85A08669126BE8D

View File

@ -202,6 +202,10 @@ namespace dxvk {
{ "d3d11.invariantPosition", "False" },
{ "d3d11.floatControls", "False" },
}} },
/* Nioh 2 */
{ R"(\\nioh2\.exe$)", {{
{ "dxgi.deferSurfaceCreation", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */