1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-15 16:29:16 +01:00

[util] Spoof vendor ID for CivCity: Rome

This commit is contained in:
GranMinigun 2025-03-06 03:15:22 +05:00 committed by Philip Rebohle
parent f161d9bc7b
commit d8eb4d0d66

View File

@ -1022,6 +1022,11 @@ namespace dxvk {
{ "d3d9.maxAvailableMemory", "2048" },
{ "d3d9.memoryTrackTest", "True" },
}} },
/* CivCity: Rome *
* Enables soft real-time shadows */
{ R"(\\CivCity Rome\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
}} },
/**********************************************/
/* D3D8 GAMES */