From 1077d6a67f29bdd8789a495fa2efa94412615244 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:16:13 +0200 Subject: [PATCH] [util] Set textureMemory to 0 for Operation Racoon City Works around a crash --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 14b3c96d3..c61ae144c 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -1008,6 +1008,10 @@ namespace dxvk { { "dxgi.customDeviceId", "05e0" }, { "dxgi.customDeviceDesc", "GeForce GTX 295" }, }} }, + /* Resident Evil: Operation Raccoon City */ + { R"(\\RaccoonCity\.exe$)", {{ + { "d3d9.textureMemory", "0" }, + }} }, /**********************************************/ /* D3D8 GAMES */