1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

[util] Defer D3D9 surface creation for Atelier Ryza

This commit is contained in:
Philip Rebohle 2019-12-16 14:40:50 +01:00
parent bcf8adf437
commit 9be0bf95ca
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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 */