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:
parent
c0d843c578
commit
7b2024888e
@ -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…
x
Reference in New Issue
Block a user