From 906b931e61ba4acc9685f1cb1fd6ed1d5e13991c Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:58:23 +0100 Subject: [PATCH] [util] Disable unmapping for BlazBlue Centralfiction --- 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 c31c8e0f..c8bc14c0 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -703,6 +703,11 @@ namespace dxvk { { "d3d9.customDeviceId", "05E0" }, { "dxgi.nvapiHack", "False" }, }} }, + /* BlazBlue Centralfiction * + * Temporary crash workaround */ + { R"(\\BBCF\.exe$)", {{ + { "d3d9.textureMemory", "0" }, + }} }, }};