mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[util] Reduce maximum chunk size for WILD HEARTS.
Co-authored-by: Blisto91 <47954800+Blisto91@users.noreply.github.com>
This commit is contained in:
parent
55e7cb1d54
commit
5609c5e076
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user