Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/config/config.cpp')
-rw-r--r--src/util/config/config.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index 280ff699..c5d8125e 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -807,6 +807,10 @@ namespace dxvk {
{ R"(\\Snowblind\.(SP|MP|exe)$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
+ /* Project: Snowblind */
+ { R"(\\Aviary Attorney\\nw\.exe$)", {{
+ { "d3d9.maxFrameRate", "60" },
+ }} },
/* Drakensang: The Dark Eye */
{ R"(\\drakensang\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },