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

[util] Enable extra frontbuffer for Silent Hill 2

This commit is contained in:
Robin Kertels 2025-03-07 17:01:57 +01:00
parent 65a91900f5
commit 782373b909
No known key found for this signature in database
GPG Key ID: 3824904F14D40757

View File

@ -1027,6 +1027,16 @@ namespace dxvk {
{ R"(\\CivCity Rome\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
}} },
/* Silent Hill 2 (2001) *
* The Enhancements mod configures the *
* swapchain to only have a single backbuffer *
* and then calls GetFrontBufferData after *
* rendering to the backbuffer. This causes *
* it to get the wrong data from *
* GetFrontBufferData(). */
{ R"(\\sh2pc\.exe$)", {{
{ "d3d9.extraFrontbuffer", "True" },
}} },
/**********************************************/
/* D3D8 GAMES */