From 65520fa18e7984b7dea9e49b4d6ee92c9a874fcf Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Tue, 16 May 2023 18:43:44 +0200 Subject: [PATCH] [util] Fix BlazBlue Centralfiction config --- src/util/config/config.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 7403ab9ae..372d7bb47 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -573,6 +573,7 @@ namespace dxvk { /* BlazBlue Centralfiction */ { R"(\\BBCF\.exe$)", {{ { "d3d9.floatEmulation", "Strict" }, + { "d3d9.textureMemory", "0" }, }} }, /* Resident Evil games using MT Framework */ { R"(\\(rerev|re0hd|bhd)\.exe$)", {{ @@ -717,11 +718,6 @@ namespace dxvk { { "d3d9.customDeviceId", "05E0" }, { "dxgi.nvapiHack", "False" }, }} }, - /* BlazBlue Centralfiction * - * Temporary crash workaround */ - { R"(\\BBCF\.exe$)", {{ - { "d3d9.textureMemory", "0" }, - }} }, /* Battle Fantasia Revised Edition * * Speedup above 60fps */ { R"(\\bf10\.exe$)", {{