mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] disable unmapping for Final Fantasy XIV d3d9
This commit is contained in:
parent
c0d843c578
commit
7b2024888e
1 changed files with 5 additions and 0 deletions
|
@ -686,6 +686,11 @@ namespace dxvk {
|
|||
{ R"(\\bms\.exe$)", {{
|
||||
{ "d3d9.customVendorId", "10de" },
|
||||
}} },
|
||||
/* Final Fantasy XIV - Direct3D 9 mode *
|
||||
* Can crash with unmapping */
|
||||
{ R"(\\ffxiv\.exe$)", {{
|
||||
{ "d3d9.textureMemory", "0" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue