mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-02 04:29:14 +01:00
[util] Set textureMemory to 0 for Operation Racoon City
Works around a crash
This commit is contained in:
parent
33bf09122c
commit
1077d6a67f
@ -1008,6 +1008,10 @@ namespace dxvk {
|
|||||||
{ "dxgi.customDeviceId", "05e0" },
|
{ "dxgi.customDeviceId", "05e0" },
|
||||||
{ "dxgi.customDeviceDesc", "GeForce GTX 295" },
|
{ "dxgi.customDeviceDesc", "GeForce GTX 295" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Resident Evil: Operation Raccoon City */
|
||||||
|
{ R"(\\RaccoonCity\.exe$)", {{
|
||||||
|
{ "d3d9.textureMemory", "0" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D8 GAMES */
|
/* D3D8 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user