mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 07:29:17 +01:00
[util] Enable extra frontbuffer for Silent Hill 2
This commit is contained in:
parent
65a91900f5
commit
782373b909
@ -1027,6 +1027,16 @@ namespace dxvk {
|
|||||||
{ R"(\\CivCity Rome\.exe$)", {{
|
{ R"(\\CivCity Rome\.exe$)", {{
|
||||||
{ "d3d9.customVendorId", "10de" },
|
{ "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 */
|
/* D3D8 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user