From 7b2024888ea326230f2628bce6429538dcdaa31d Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:08:27 +0100 Subject: [PATCH] [util] disable unmapping for Final Fantasy XIV d3d9 --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index b69cac47c..d7e69778a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, }};