mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-03 16:29:15 +01:00
[util] Defer surface creation for Nioh 2
Fixes black screen on startup.
This commit is contained in:
parent
9bee3e1cb9
commit
bba3f9f3db
@ -202,6 +202,10 @@ namespace dxvk {
|
|||||||
{ "d3d11.invariantPosition", "False" },
|
{ "d3d11.invariantPosition", "False" },
|
||||||
{ "d3d11.floatControls", "False" },
|
{ "d3d11.floatControls", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Nioh 2 */
|
||||||
|
{ R"(\\nioh2\.exe$)", {{
|
||||||
|
{ "dxgi.deferSurfaceCreation", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user