Skip to content

Commit

Permalink
[util] Reduce maximum chunk size for WILD HEARTS.
Browse files Browse the repository at this point in the history
Co-authored-by: Blisto91 <47954800+Blisto91@users.noreply.github.com>
  • Loading branch information
Guy1524 and Blisto91 authored Mar 1, 2023
1 parent 55e7cb1 commit 5609c5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,14 @@ namespace dxvk {
{ R"(\\bf10\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* WILD HEARTS™️ *
* D3D12 title using D3D11 device for *
* media texture creation, whereby a large *
* chunk size only slows down media *
* initialization */
{ R"(\\WILD HEARTS(_Trial)?\.exe$)", {{
{ "dxvk.maxChunkSize", "4" },
}} },
}};


Expand Down

0 comments on commit 5609c5e

Please sign in to comment.