From 9be0bf95ca5667b8b7078211a972ffd7fff5d330 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 16 Dec 2019 14:40:50 +0100 Subject: [PATCH] [util] Defer D3D9 surface creation for Atelier Ryza --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 72f66006..6fdd8e8b 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -152,6 +152,11 @@ namespace dxvk { { R"(\\Crysis3\.exe$)", {{ { "dxgi.customVendorId", "10de" }, }} }, + /* Atelier Ryza - tries to render video with * + * a D3D9 swap chain over the DXGI swap chain */ + { R"(\\Atelier_Ryza\.exe$)", {{ + { "d3d9.deferSurfaceCreation", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */