Revert "[util] Limit device memory size to 4095 MB for Life is Feudal MMO"

This reverts commit 73cbf5b352.

The workaround is no longer necessary due t a game update.
Closes #614.
This commit is contained in:
Philip Rebohle 2018-08-31 22:54:16 +02:00
parent 2f90213c0f
commit f74661daa4
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 0 additions and 5 deletions

View File

@ -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" },