1
0
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:
Guy1524 2023-03-01 15:38:14 +01:00 committed by GitHub
parent 55e7cb1d54
commit 5609c5e076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" },
}} },
}};