1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-22 15:19:46 +01:00

[util] disable unmapping for Final Fantasy XIV d3d9

This commit is contained in:
Blisto91 2022-11-28 15:08:27 +01:00 committed by Philip Rebohle
parent c0d843c578
commit 7b2024888e

View File

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