From f74661daa46aeb0ab0101ebe61b8736a4e350155 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 31 Aug 2018 22:54:16 +0200 Subject: [PATCH] Revert "[util] Limit device memory size to 4095 MB for Life is Feudal MMO" This reverts commit 73cbf5b3524ffbba63c950608619a35ef872d8ad. The workaround is no longer necessary due t a game update. Closes #614. --- src/util/config/config.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 0c30c86b..20927dba 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -31,11 +31,6 @@ namespace dxvk { { "Frostpunk.exe", {{ { "dxgi.deferSurfaceCreation", "True" }, }} }, - /* Life is Feudal MMO */ - { "cm_client.exe", {{ - { "dxgi.maxDeviceMemory", "4095" }, - { "dxgi.maxSharedMemory", "4095" }, - }} }, /* Mafia 3 */ { "mafia3.exe", {{ { "d3d11.fakeStreamOutSupport", "True" },