diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 67e90fa4..79996639 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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) */