From 1db2e3a6eca7f8420c997f1a77b42c8e9af57e31 Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Mon, 22 May 2023 02:59:40 +0200 Subject: [PATCH] [util] Re-enable direct buffer mapping for Dark Romance The game uses SWVP, so we don't need the hack anymore. --- src/util/config/config.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index b72265529..5a7ab08e9 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -748,11 +748,6 @@ namespace dxvk { { R"(\\(PANZERS|PANZERS_Phase_2)\.exe$)", {{ { "d3d9.enableDialogMode", "True" }, }} }, - /* Dark Romance: Vampire in Love * - * Works around black screen or blinking */ - { R"(\\(DarkRomance_VampireInLove_CE)\.exe$)", {{ - { "d3d9.allowDirectBufferMapping", "False" }, - }} }, /* DC Universe Online * * Freezes after alt tabbing */ { R"(\\DCGAME\.EXE$)", {{