From 7425a33dd79543bee9c2414a3604748183cf6d29 Mon Sep 17 00:00:00 2001
From: Blisto91 <47954800+Blisto91@users.noreply.github.com>
Date: Wed, 1 Jan 2025 20:32:52 +0100
Subject: [PATCH] [util] Merge the Arcana Heart 3 entries

---
 src/util/config/config.cpp | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index 4e76c0943..a5245f85a 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -1011,14 +1011,9 @@ namespace dxvk {
     { R"(\\DS\.exe$)", {{
       { "d3d9.textureMemory",                "0" },
     }} },
-    /* Arcana Heart 3 Love Max!!!!!                *
+    /* Arcana Heart 3 Love Max + Xtend version     *
      * Game speed is too fast above 60 fps         */
-    { R"(\\AH3LM\.exe$)", {{
-      { "d3d9.maxFrameRate",                "60" },
-    }} },
-    /* Arcana Heart 3 Love Max Six Stars!!!!!! Xtend *
-     * Game speed is too fast above 60 fps (window)  */
-    { R"(\\AALib\.exe$)", {{
+    { R"(\\(AH3LM|AALib)\.exe$)", {{
       { "d3d9.maxFrameRate",                "60" },
     }} },