[util] Disable allowDirectBufferMapping for Dark Romance: Vampire in Love

This commit is contained in:
Blisto91 2023-04-06 19:14:28 +02:00 committed by Joshie
parent af0009c5de
commit 8508633ba3
1 changed files with 5 additions and 0 deletions

View File

@ -752,6 +752,11 @@ 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" },
}} },
/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */