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:
parent
bcf8adf437
commit
9be0bf95ca
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user