mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[util] Disable allowDirectBufferMapping for Dark Romance: Vampire in Love
This commit is contained in:
parent
af0009c5de
commit
8508633ba3
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user