mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 14:52:10 +01:00
[util] Re-enable direct buffer mapping for Dark Romance
The game uses SWVP, so we don't need the hack anymore.
This commit is contained in:
parent
2efd3f3698
commit
1db2e3a6ec
@ -748,11 +748,6 @@ namespace dxvk {
|
|||||||
{ R"(\\(PANZERS|PANZERS_Phase_2)\.exe$)", {{
|
{ R"(\\(PANZERS|PANZERS_Phase_2)\.exe$)", {{
|
||||||
{ "d3d9.enableDialogMode", "True" },
|
{ "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 *
|
/* DC Universe Online *
|
||||||
* Freezes after alt tabbing */
|
* Freezes after alt tabbing */
|
||||||
{ R"(\\DCGAME\.EXE$)", {{
|
{ R"(\\DCGAME\.EXE$)", {{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user