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

[util] Enable d3d9.deferSurfaceCreation for Small Radios Big Televisions

This commit is contained in:
Paul Gofman 2022-05-18 20:38:18 -05:00 committed by Joshie
parent 5b7406fed5
commit cde0fbe7b0

View File

@ -287,6 +287,10 @@ namespace dxvk {
/* Stranger of Paradise - FF Origin */
{ R"(\\SOPFFO\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
/* Small Radios Big Televisions */
}} },
{ R"(\\SRBT\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/**********************************************/