1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 05:52:11 +01:00

[util] Update comment for FIFA 19+ workaround (#1197)

This commit is contained in:
marcin mikołajczak 2019-09-20 16:20:26 +02:00 committed by Philip Rebohle
parent 7e7609cac0
commit 9941769237

View File

@ -67,7 +67,7 @@ namespace dxvk {
{ R"(\\anno2205\.exe$)", {{ { R"(\\anno2205\.exe$)", {{
{ "dxvk.enableStateCache", "False" }, { "dxvk.enableStateCache", "False" },
}} }, }} },
/* Fifa '19: Binds typed buffer SRV to shader * /* Fifa '19+: Binds typed buffer SRV to shader *
* that expects raw/structured buffer SRV */ * that expects raw/structured buffer SRV */
{ R"(\\FIFA(19|[2-9][0-9])(_demo)?\.exe$)", {{ { R"(\\FIFA(19|[2-9][0-9])(_demo)?\.exe$)", {{
{ "dxvk.useRawSsbo", "True" }, { "dxvk.useRawSsbo", "True" },