Skip to content

Commit

Permalink
[util] Also add d3d9.deferSurfaceCreation for Atelier Ryza 3
Browse files Browse the repository at this point in the history
Reported to help with VRR, see ValveSoftware/Proton#6648 (comment)
  • Loading branch information
mbriar authored and doitsujin committed Apr 19, 2023
1 parent e074d83 commit 1971a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ namespace dxvk {
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* Just how many of these games are there? */
{ R"(\\Atelier_(Lulua|Lydie_and_Suelle|Ryza(_2)?|Sophie_2)\.exe$)", {{
{ R"(\\Atelier_(Lulua|Lydie_and_Suelle|Ryza(_2|_3)?|Sophie_2)\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* ... */
Expand Down

0 comments on commit 1971a5d

Please sign in to comment.