1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-12 13:08:50 +01:00

[util] Disable direct buffer mapping for Injustice

This commit is contained in:
Robin Kertels 2023-05-26 16:01:29 +02:00 committed by Joshie
parent 5fd025c513
commit 9d6804e40a

View File

@ -769,6 +769,11 @@ namespace dxvk {
{ R"(\\Fallout76\.exe$)", {{
{ "dxgi.syncInterval", "1" },
}} },
/* Injustice: Gods Among Us *
* Locks a buffer that's still in use */
{ R"(\\injustice\.exe$)", {{
{ "d3d9.allowDirectBufferMapping", "False" },
}} },
/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */