mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[util] Limit device memory size to 4095 MB for Life is Feudal MMO
Reporting 4GB or more VRAM causes an integer overflow in this game. Fixes #591.
This commit is contained in:
parent
57db0b60fb
commit
73cbf5b352
@ -31,6 +31,11 @@ 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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user