mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 14:52:10 +01:00
[util] Enable d3d9.deferSurfaceCreation for a ton of weeb games
This commit is contained in:
parent
caae5d18ed
commit
eed57ed6c4
@ -152,9 +152,18 @@ namespace dxvk {
|
|||||||
{ R"(\\Crysis3\.exe$)", {{
|
{ R"(\\Crysis3\.exe$)", {{
|
||||||
{ "dxgi.customVendorId", "10de" },
|
{ "dxgi.customVendorId", "10de" },
|
||||||
}} },
|
}} },
|
||||||
/* Atelier Ryza - tries to render video with *
|
/* Atelier series - games try to render video *
|
||||||
* a D3D9 swap chain over the DXGI swap chain */
|
* with a D3D9 swap chain over the DXGI swap *
|
||||||
{ R"(\\Atelier_Ryza\.exe$)", {{
|
* chain, which breaks D3D11 presentation */
|
||||||
|
{ R"(\\Atelier_(Ayesha|Escha_and_Logy|Shallie)(_EN)?\.exe$)", {{
|
||||||
|
{ "d3d9.deferSurfaceCreation", "True" },
|
||||||
|
}} },
|
||||||
|
/* Atelier Rorona/Totori/Meruru */
|
||||||
|
{ R"(\\A(11R|12V|13V)_x64_Release(_en)?\.exe$)", {{
|
||||||
|
{ "d3d9.deferSurfaceCreation", "True" },
|
||||||
|
}} },
|
||||||
|
/* Just how many of these games are there? */
|
||||||
|
{ R"(\\Atelier_(Lulua|Lydie_and_Suelle|Ryza)\.exe$)", {{
|
||||||
{ "d3d9.deferSurfaceCreation", "True" },
|
{ "d3d9.deferSurfaceCreation", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Star Wars Battlefront II: amdags issues */
|
/* Star Wars Battlefront II: amdags issues */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user